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 94ba91c commit c656436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
for tag in ${TAGS}; do
images+="${tag}@${DIGEST} "
done
cosign sign --yes --key ${{ secrets.COSIGN_KEY }} $images
echo "${{ secrets.COSIGN_KEY }} + ${{ secrets.COSIGN_PASSWORD }}"
cosign sign --yes --key env://${{ secrets.COSIGN_KEY }} $images
- name: Upload image artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c656436

Please sign in to comment.