From 1cf44b026cc3444f05bae6071f8d5ed03edfcd6a Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Thu, 6 Feb 2025 14:48:45 +0200 Subject: [PATCH] ci: Remove Docker provenance --- .github/workflows/release-container-image.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-container-image.yml b/.github/workflows/release-container-image.yml index cfc4081..5fb2ff9 100644 --- a/.github/workflows/release-container-image.yml +++ b/.github/workflows/release-container-image.yml @@ -64,8 +64,9 @@ jobs: file: Dockerfile build-args: | DEBIAN_ARCHIVE_DATE=${{ steps.date.outputs.date }} - ## Remove potentially incorrect Docker provenance. - #provenance: false + # Remove potentially incorrect Docker provenance that cannot be + # reproduced. + provenance: false platforms: ${{ matrix.platform }} labels: ${{ steps.meta.outputs.labels }} outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}",push-by-digest=true,name-canonical=true,push=true