Update docker/build-push-action action to v7
Docker Build and Push / build (pull_request) Successful in 44s

This commit is contained in:
2026-06-13 01:06:36 +00:00
parent d4efe98efd
commit ac993221ba
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }} type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}