ci: Remove Docker provenance

This commit is contained in:
Alex Pyrgiotis 2025-02-06 14:48:45 +02:00
parent 1d5dc73610
commit 1cf44b026c
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -64,8 +64,9 @@ jobs:
file: Dockerfile
build-args: |
DEBIAN_ARCHIVE_DATE=${{ steps.date.outputs.date }}
## Remove potentially incorrect Docker provenance.
#provenance: false
# Remove potentially incorrect Docker provenance that cannot be
# reproduced.
provenance: false
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}",push-by-digest=true,name-canonical=true,push=true