Skip to content

Commit

Permalink
fix: image signing
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <csatib02@gmail.com>
  • Loading branch information
csatib02 committed Sep 2, 2024
1 parent c656436 commit a716360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
for tag in ${TAGS}; do
images+="${tag}@${DIGEST} "
done
echo "${{ secrets.COSIGN_KEY }} + ${{ secrets.COSIGN_PASSWORD }}"
env
cosign sign --yes --key env://${{ secrets.COSIGN_KEY }} $images
- name: Upload image artifact
Expand Down

0 comments on commit a716360

Please sign in to comment.