Skip to content

Commit 05c5f28

Browse files
Morl99jschirrmacher
authored andcommitted
fix missing -y for newest cosign version
1 parent 9a56d13 commit 05c5f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

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

0 commit comments

Comments
 (0)