Merge pull request 'chore(deps): update docker/build-push-action digest to 2634353' (#82)
Some checks failed
docker-build / docker (push) Waiting to run
container-scan / Container Scan (push) Has been cancelled

Reviewed-on: #82
Reviewed-by: Dominik <mail@dominikstahl.dev>
This commit is contained in:
Dominik 2025-05-29 19:57:32 +00:00
commit 6534801ad2

View file

@ -40,7 +40,7 @@ jobs:
echo "REPO=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >>${GITHUB_ENV} echo "REPO=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >>${GITHUB_ENV}
- name: Build and push (pull_request) - name: Build and push (pull_request)
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6 uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
push: true push: true
@ -48,7 +48,7 @@ jobs:
cache-from: type=registry,ref=git.dominikstahl.dev/${{ env.REPO }}:buildcache cache-from: type=registry,ref=git.dominikstahl.dev/${{ env.REPO }}:buildcache
- name: Build and push (push_tag) - name: Build and push (push_tag)
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6 uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
if: github.event_name == 'push' && github.ref_type == 'tag' if: github.event_name == 'push' && github.ref_type == 'tag'
with: with:
push: true push: true
@ -56,7 +56,7 @@ jobs:
cache-from: type=registry,ref=git.dominikstahl.dev/${{ env.REPO }}:buildcache cache-from: type=registry,ref=git.dominikstahl.dev/${{ env.REPO }}:buildcache
- name: Build and push (push_branch) - name: Build and push (push_branch)
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6 uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
if: github.event_name == 'push' && github.ref_type == 'branch' if: github.event_name == 'push' && github.ref_type == 'branch'
with: with:
push: true push: true