Skip to content

Commit ee2f4a2

Browse files
committed
Needs --yes flag
1 parent 4d24d63 commit ee2f4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-sign-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
COSIGN_EXPERIMENTAL: "true"
6666
# This step uses the identity token to provision an ephemeral certificate
6767
# against the sigstore community Fulcio instance.
68-
run: cosign sign "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.docker-build-and-push.outputs.digest }}"
68+
run: cosign sign --yes "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.docker-build-and-push.outputs.digest }}"
6969

7070
# NOTE: This runs statically against the latest tag in Docker Hub which was not produced by this workflow
7171
# This should be updated once this workflow is fully implemented

0 commit comments

Comments
 (0)