From d79730ab37b10e2103ddc2922ac984d982b3c155 Mon Sep 17 00:00:00 2001 From: oonyeje Date: Sat, 1 Mar 2025 23:11:24 -0500 Subject: [PATCH] - add provenance false --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3a55246..9e1c0b9 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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