From 5ac473cbf83091d84f504144e9bd7e32db183d39 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Sun, 22 Dec 2024 08:12:33 +1300 Subject: [PATCH] turn off attestations --- .github/workflows/portainer-updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/portainer-updater.yml b/.github/workflows/portainer-updater.yml index c27d733..dbdf912 100644 --- a/.github/workflows/portainer-updater.yml +++ b/.github/workflows/portainer-updater.yml @@ -96,8 +96,8 @@ jobs: labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} outputs: type=image,name=${{ env.DOCKER_HUB_REPO }},push-by-digest=true,name-canonical=true,push=true - provenance: true - sbom: true + provenance: false + sbom: false cache-from: type=gha cache-to: type=gha,mode=max # attests: |