Skip to content

Commit

Permalink
fix(sign): Set shell to bash when signing container
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Dec 18, 2023
1 parent ff0438d commit 0a4c958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
uses: sigstore/[email protected]

- name: Sign container image
shell: bash
run: |
cosign sign -y --key ${{ inputs.signing-secret }} ${{ inputs.container }}@${TAGS}
env:
Expand Down

0 comments on commit 0a4c958

Please sign in to comment.