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