Skip to content

Commit

Permalink
ci(github): verbose cosign output
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Dec 30, 2023
1 parent e9b5e32 commit 2159017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
for tag in ${TAGS}; do
images+="${tag}@${DIGEST} "
done
cosign sign --yes --key cosign.key ${images}
cosign --verbose=true sign --yes --key cosign.key ${images}
env:
TAGS: ${{ steps.build_image.outputs.tags }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PWD }}
Expand Down

0 comments on commit 2159017

Please sign in to comment.