Skip to content

Commit

Permalink
fix(sign-container): fix loop for sign container
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Sep 13, 2024
1 parent a62a6bb commit aef33c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/sign-container/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ runs:
uses: sigstore/cosign-installer@v3
- name: Sign containers images
shell: bash
env:
TAGS: ${{ inputs.tags }}
DIGEST: ${{ inputs.digest }}
run: |
images=""
for tag in ${TAGS}; do
Expand Down

0 comments on commit aef33c2

Please sign in to comment.