Merge pull request #460 from juliusknorr/dependabot/github_actions/docker/build-push-action-7

This commit is contained in:
Julius Knorr
2026-03-08 13:42:10 +01:00
committed by GitHub
+2 -2
View File
@@ -75,7 +75,7 @@ jobs:
DOCKERFILE=$([[ -f "docker/$NAME/Dockerfile" ]] && echo "docker/$NAME/Dockerfile" || echo "docker/Dockerfile.$NAME")
echo "DOCKERFILE=$DOCKERFILE" >> $GITHUB_OUTPUT
- name: Build container image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: false
context: docker/
@@ -87,7 +87,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
- name: Push container image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
with:
push: true