Skip to content

Commit

Permalink
turn off attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Dec 21, 2024
1 parent a519e98 commit 5ac473c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5ac473c

Please sign in to comment.