Skip to content

Commit 8e47e41

Browse files
add --yes option to cosign sign (#125)
Signed-off-by: Batuhan Apaydın <[email protected]>
1 parent 87f4580 commit 8e47e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
env:
141141
DIGEST: ${{ steps.build-and-push.outputs.digest }}
142142
TAGS: ${{ steps.docker_meta.outputs.tags }}
143-
run: echo "${TAGS}" | xargs -I {} cosign sign {}@${DIGEST}
143+
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
144144
```
145145

146146
### Optional Inputs

0 commit comments

Comments
 (0)