Skip to content

Commit a6703e5

Browse files
committed
set cosign yes
Signed-off-by: cpanato <[email protected]>
1 parent 16418eb commit a6703e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
run: |
7070
DIGEST=$(crane digest ghcr.io/cpanato/github_actions_exporter:${{ steps.get_tag.outputs.TAG }})
7171
cosign sign "ghcr.io/cpanato/github_actions_exporter@${DIGEST}"
72+
env:
73+
COSIGN_YES: "true"
7274

7375
provenance:
7476
needs:

0 commit comments

Comments
 (0)