Merge pull request 'Update docker/build-push-action action to v7' (#13) from renovate/docker-build-push-action-7.x into main
Docker Build and Push / build (push) Successful in 51s

Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
2026-06-12 21:09:25 -04:00
+1 -1
View File
@@ -40,7 +40,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@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
with:
context: .
push: ${{ github.event_name != 'pull_request' }}