mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-02 11:42:23 +02:00
Compare commits
2 commits
88a703eda9
...
f2c25fa1f3
Author | SHA1 | Date | |
---|---|---|---|
f2c25fa1f3 | |||
![]() |
11ff9f0f46 |
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build-push-image.yml
vendored
3
.github/workflows/build-push-image.yml
vendored
|
@ -54,7 +54,6 @@ jobs:
|
||||||
debian_archive_date: ${{ steps.params.outputs.debian_archive_date }}
|
debian_archive_date: ${{ steps.params.outputs.debian_archive_date }}
|
||||||
source_date_epoch: ${{ steps.params.outputs.source_date_epoch }}
|
source_date_epoch: ${{ steps.params.outputs.source_date_epoch }}
|
||||||
image: ${{ steps.params.outputs.full_image_name }}
|
image: ${{ steps.params.outputs.full_image_name }}
|
||||||
tag: ${{ steps.params.outputs.tag }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -285,4 +284,4 @@ jobs:
|
||||||
enableCrossOsArchive: true
|
enableCrossOsArchive: true
|
||||||
- name: Sign container
|
- name: Sign container
|
||||||
run: |-
|
run: |-
|
||||||
cosign sign --key ${{ inputs.key_name }}.key ${{ inputs.registry }}/${{ inputs.image_name }}:${{ needs.merge.outputs.tag }}@${{ needs.merge.outputs.digest_root }}
|
cosign sign --key dangerzone-test.key ${{ inputs.registry }}/${{ inputs.registry_user }}/${{ inputs.image_name }}:${{ needs.merge.outputs.tag }}@sha256:${{ needs.merge.outputs.digest_root }}
|
||||||
|
|
Loading…
Reference in a new issue