ci: disable provenance attestation on release image push
Avoids a spurious unknown/unknown platform entry in the ghcr.io manifest list alongside linux/amd64 and linux/arm64. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -44,4 +44,5 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ steps.version.outputs.version }}
|
VERSION=${{ steps.version.outputs.version }}
|
||||||
push: true
|
push: true
|
||||||
|
provenance: false
|
||||||
tags: ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}
|
tags: ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user