Skip to content

Commit

Permalink
Output signing key length
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jul 2, 2024
1 parent 690b017 commit f6c23fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sign-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
IMAGE_NAME: ${{ steps.get-digest.outputs.NAME }}
IMAGE_DIGEST: ${{ steps.get-digest.outputs.DIGEST }}
run: |
wc -c $SIGNING_KEY
echo $SIGNING_KEY | wc -c
cosign sign -y --key env://SIGNING_KEY $IMAGE_NAME@$IMAGE_DIGEST

0 comments on commit f6c23fc

Please sign in to comment.