Skip to content

Commit

Permalink
fix(action): edit inputs - take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Windemiatrix committed May 28, 2024
1 parent 962d58d commit 8125b94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ runs:

steps:

- name: Set cosign installer version
id: set_version
run: echo "COSIGN_INSTALLER_VERSION=${{ inputs.cosign-installer-version }}" >> $GITHUB_ENV

- name: Install Cosign
uses: sigstore/cosign-installer@${{ inputs.cosign-installer-version }}
uses: sigstore/cosign-installer@${{ env.COSIGN_INSTALLER_VERSION }}

- name: Sign image with a key
env:
Expand Down

0 comments on commit 8125b94

Please sign in to comment.