Chore: disable default provenance attestations to try and fix manifest issues

https://github.com/orgs/community/discussions/45969
This commit is contained in:
shamoon 2025-05-15 20:19:02 -07:00
parent d5f66e12fc
commit 81547f8806
No known key found for this signature in database

View File

@ -154,6 +154,7 @@ jobs:
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
REVISION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}
platforms: linux/amd64,linux/arm64
provenance: false
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max