- add provenance false
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 12m2s
continuous-integration/drone/push Build is passing

This commit is contained in:
oonyeje 2025-03-01 23:11:24 -05:00
parent 62d57a3f7f
commit d79730ab37

View File

@ -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