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