Update docker/build-push-action action to v7
Docker Build and Push / build (pull_request) Failing after 14m50s
Docker Build and Push / build (pull_request) Failing after 14m50s
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user