Update docker/build-push-action action to v7 - autoclosed #5

Closed
renovate wants to merge 1 commits from renovate/docker-build-push-action-7.x into main
Showing only changes of commit 72dd7b818b - Show all commits
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: ${{ github.event_name != 'pull_request' }}