Skip to content

Commit b108213

Browse files
authored
ci: fix goreleaser signing part (#450)
1 parent 1b34cc8 commit b108213

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,20 @@ docker_manifests:
7777

7878
signs:
7979
- cmd: cosign
80-
certificate: "${artifact}.pem"
81-
env:
82-
- COSIGN_EXPERIMENTAL=1
80+
signature: "${artifact}.sigstore.json"
8381
args:
8482
- sign-blob
85-
- "--output-certificate=${certificate}"
86-
- "--output-signature=${signature}"
87-
- "${artifact}"
83+
- "--bundle=${signature}"
8884
- --yes
85+
- "${artifact}"
8986
artifacts: checksum
9087
output: true
9188

9289
docker_signs:
9390
- cmd: cosign
94-
env:
95-
- COSIGN_EXPERIMENTAL=1
9691
artifacts: all
9792
output: true
9893
args:
9994
- 'sign'
100-
- '${artifact}'
10195
- --yes
96+
- '${artifact}'

0 commit comments

Comments
 (0)