From f49464f451e3ce73c747c69bef00c745e6bf44bc Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 22 Mar 2023 10:40:49 +0100 Subject: [PATCH] GitHub container build - 'provenance' was disabled --- .github/workflows/containers.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index a742693a..ce3627bc 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -98,7 +98,8 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache - provenance: false +# Looks like this was disabled +# provenance: false # A new tagged release is required, which builds :tag and :latest - name: Build and push :tag @@ -117,7 +118,8 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache - provenance: false +# Looks like this was disabled +# provenance: false - name: Image digest run: echo step SHA ${{ steps.vars.outputs.sha_short }} tag ${{steps.vars.outputs.tag}} branch ${{steps.vars.outputs.branch}} digest ${{ steps.docker_build.outputs.digest }}