Skip to content

Commit 297b268

Browse files
authored
Fix cosign
1 parent 08a0989 commit 297b268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
COSIGN_EXPERIMENTAL: "true"
8181
# This step uses the identity token to provision an ephemeral certificate
8282
# against the sigstore community Fulcio instance.
83-
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
83+
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)