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 file: Dockerfile
build-args: | build-args: |
DEBIAN_ARCHIVE_DATE=${{ steps.date.outputs.date }} DEBIAN_ARCHIVE_DATE=${{ steps.date.outputs.date }}
## Remove potentially incorrect Docker provenance. # Remove potentially incorrect Docker provenance that cannot be
#provenance: false # reproduced.
provenance: false
platforms: ${{ matrix.platform }} platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}",push-by-digest=true,name-canonical=true,push=true outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}",push-by-digest=true,name-canonical=true,push=true