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 08a0989 commit 297b268Copy full SHA for 297b268
.github/workflows/ci.yml
@@ -80,4 +80,4 @@ jobs:
80
COSIGN_EXPERIMENTAL: "true"
81
# This step uses the identity token to provision an ephemeral certificate
82
# against the sigstore community Fulcio instance.
83
- run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
+ run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}
0 commit comments