chore(deps): update docker/build-push-action digest to 2634353

This commit is contained in:
Renovate Bot 2025-05-29 13:00:46 +00:00 committed by Dominik
parent 5c829b226b
commit e276f3b511

View file

@ -40,7 +40,7 @@ jobs:
echo "REPO=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >>${GITHUB_ENV}
- 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'
with:
push: true
@ -48,7 +48,7 @@ jobs:
cache-from: type=registry,ref=git.dominikstahl.dev/${{ env.REPO }}:buildcache
- 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'
with:
push: true
@ -56,7 +56,7 @@ jobs:
cache-from: type=registry,ref=git.dominikstahl.dev/${{ env.REPO }}:buildcache
- 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'
with:
push: true