Skip to content

Commit 1446f85

Browse files
committed
Update Release Action Cosign
1 parent de36f37 commit 1446f85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ signs:
250250
args:
251251
[
252252
"sign-blob",
253-
"--key=env://COSIGN_KEY",
253+
"--key=env://COSIGN_PRIVATE_KEY",
254254
"--output-signature=${signature}",
255255
"--bundle=${signature}",
256256
"--yes",
@@ -298,7 +298,7 @@ docker_signs:
298298
artifacts: all
299299
args:
300300
- "sign"
301-
- "--key=env://COSIGN_KEY"
301+
- "--key=env://COSIGN_PRIVATE_KEY"
302302
- "${artifact}"
303303
- "--yes"
304304
stdin: "{{ .Env.COSIGN_PWD }}"

0 commit comments

Comments
 (0)