Skip to content

Commit 285b3dd

Browse files
authored
Cosign consent
1 parent 1d2e94d commit 285b3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

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

0 commit comments

Comments
 (0)