- add provenance false
This commit is contained in:
parent
62d57a3f7f
commit
d79730ab37
@ -28,6 +28,7 @@ jobs:
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
provenance: false
|
||||
context: .
|
||||
file: ./Dockerfile # Ensure your Dockerfile is correctly referenced from your compose file.
|
||||
push: true
|
||||
@ -47,6 +48,7 @@ jobs:
|
||||
if: github.ref == 'refs/heads/main'
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
provenance: false
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user