Skip to content

Commit

Permalink
Merge branch 'cosign-tags' of 'https://github.com/jjmerchante/grimoir…
Browse files Browse the repository at this point in the history
…elab'

Merges #621
Closes #621
  • Loading branch information
sduenas authored Nov 7, 2023
2 parents 1a8c443 + 2502c85 commit ddb00c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Sign image with a key
run: |
cosign sign --yes --key env://COSIGN_PRIVATE_KEY "${TAGS}@${DIGEST}"
echo "${TAGS}" | xargs -I {} cosign sign -y -r --key env://COSIGN_PRIVATE_KEY "{}@${DIGEST}"
env:
TAGS: ${{ steps.meta.outputs.tags }}
COSIGN_PRIVATE_KEY: ${{secrets.COSIGN_PRIVATE_KEY}}
Expand Down

0 comments on commit ddb00c3

Please sign in to comment.