From 30b66b1623c13b9ae6c0fde285cd8f7a7c57f59b Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 4 Feb 2023 12:05:17 -0500 Subject: [PATCH] ci: disable provenance in docker build action --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 304f20e4..f1499fa5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,6 +60,7 @@ jobs: context: . file: dev/build/Dockerfile push: true + provenance: false tags: | requarks/wiki:canary requarks/wiki:canary-${{ env.REL_VERSION_STRICT }} @@ -178,6 +179,7 @@ jobs: file: dev/build-arm/Dockerfile platforms: ${{ matrix.platform }} push: true + provenance: false tags: | requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }} ghcr.io/requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }}