diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d62eea1..b37a76a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -91,6 +91,7 @@ jobs: - name: Build and push API image uses: docker/build-push-action@v6 with: + provenance: false context: . file: Dockerfile target: runner @@ -104,6 +105,7 @@ jobs: - name: Build and push Migrate image uses: docker/build-push-action@v6 with: + provenance: false context: . file: Dockerfile target: migrate @@ -117,6 +119,7 @@ jobs: - name: Build and push Seed image uses: docker/build-push-action@v6 with: + provenance: false context: . file: Dockerfile target: seed @@ -130,6 +133,7 @@ jobs: - name: Build and push Reset image uses: docker/build-push-action@v6 with: + provenance: false context: . file: Dockerfile target: reset