We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5e931 commit 67934a6Copy full SHA for 67934a6
.goreleaser.yml
@@ -96,7 +96,6 @@ signs:
96
cmd: ./dist/cosign-linux-amd64
97
args: ["sign-blob", "-output", "${artifact}.sig", "-key", "gcpkms://projects/{{ .Env.PROJECT_ID }}/locations/{{ .Env.KEY_LOCATION }}/keyRings/{{ .Env.KEY_RING }}/cryptoKeys/{{ .Env.KEY_NAME }}/versions/{{ .Env.KEY_VERSION }}", "${artifact}"]
98
artifacts: binary
99
- stdin: "{{ .Env.COSIGN_PASSWORD }}"
100
101
archives:
102
- format: binary
0 commit comments