Update docker/build-push-action action to v7

This commit is contained in:
2026-05-29 04:09:24 +00:00
parent af0831cc49
commit 73eaf67343
+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' }}