mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
CI fixup: remove duplicated var
This commit is contained in:
parent
b579a4d0c5
commit
872dc97edb
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build-push-image.yml
vendored
1
.github/workflows/build-push-image.yml
vendored
|
@ -311,7 +311,6 @@ jobs:
|
||||||
|
|
||||||
- name: Sign container
|
- name: Sign container
|
||||||
run: |-
|
run: |-
|
||||||
export IMAGE_URI="${{ needs.merge.outputs.image_uri }}"
|
|
||||||
cosign sign --yes --key=${{ inputs.key_name }}.key "$IMAGE_URI"
|
cosign sign --yes --key=${{ inputs.key_name }}.key "$IMAGE_URI"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue