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 1b21f001eb
commit 86783d7b44
+1
View File
@@ -44,4 +44,5 @@ jobs:
build-args: |
VERSION=${{ steps.version.outputs.version }}
push: true
provenance: false
tags: ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}