chore(deps): update docker/build-push-action digest to 1dc7386
All checks were successful
container-scan / Container Scan (push) Successful in 2m42s
docker-build / docker (push) Successful in 4m9s

This commit is contained in:
Renovate Bot 2025-05-15 13:00:26 +00:00
parent d07a9ccae4
commit 04ac3dd2e0

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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # 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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # 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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
if: github.event_name == 'push' && github.ref_type == 'branch'
with:
push: true