Update docker/build-push-action action to v7
Docker Build and Push / build (pull_request) Failing after 14m50s

This commit is contained in:
2026-05-29 18:40:48 +00:00
parent 8fe65a29c3
commit 72dd7b818b
+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' }}