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:
2026-07-15 22:48:45 +03:00
parent cc01e44ab8
commit 9dc192d495
+1
View File
@@ -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 }}