From 48ca10935e8b1ccc0f8e892c1b6b679f795bfeea Mon Sep 17 00:00:00 2001 From: islishude Date: Wed, 10 Jul 2024 10:13:05 +0800 Subject: [PATCH] ci: disable provenance for docker build --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c7c7d36..e24ab1c 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -50,7 +50,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max sbom: true - provenance: true + provenance: false platforms: linux/amd64,linux/arm64 - name: Sign the published Docker image if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')