We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed24751 commit 8b6e3a7Copy full SHA for 8b6e3a7
1 file changed
.github/workflows/build.yaml
@@ -52,4 +52,4 @@ jobs:
52
env:
53
COSIGN_EXPERIMENTAL: 1
54
#run: cosign sign --oidc-issuer ${env.ACTIONS_ID_TOKEN_REQUEST_URL} ${{ env.IMAGE }}
55
- run: cosign sign --oidc-issuer https://token.actions.githubusercontent.com ${{ env.IMAGE }}@${{ steps.build-push.outputs.digest }}
+ run: cosign sign -y --oidc-issuer https://token.actions.githubusercontent.com ${{ env.IMAGE }}@${{ steps.build-push.outputs.digest }}
0 commit comments