CI fixup: remove duplicated var

This commit is contained in:
Alexis Métaireau 2025-04-25 18:43:40 +02:00
parent b579a4d0c5
commit 872dc97edb
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -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