We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b34cc8 commit b108213Copy full SHA for b108213
.goreleaser.yaml
@@ -77,25 +77,20 @@ docker_manifests:
77
78
signs:
79
- cmd: cosign
80
- certificate: "${artifact}.pem"
81
- env:
82
- - COSIGN_EXPERIMENTAL=1
+ signature: "${artifact}.sigstore.json"
83
args:
84
- sign-blob
85
- - "--output-certificate=${certificate}"
86
- - "--output-signature=${signature}"
87
- - "${artifact}"
+ - "--bundle=${signature}"
88
- --yes
+ - "${artifact}"
89
artifacts: checksum
90
output: true
91
92
docker_signs:
93
94
95
96
artifacts: all
97
98
99
- 'sign'
100
- - '${artifact}'
101
+ - '${artifact}'
0 commit comments