mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
ci: Remove Docker provenance
This commit is contained in:
parent
1d5dc73610
commit
1cf44b026c
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue