Skip to content

Commit 2708bb1

Browse files
committed
fix(goreleaser): Adapt cosign command to v3
Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
1 parent 3f1963f commit 2708bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser-stable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ signs:
6666
- "--key=cosign.key"
6767
- "--output-signature=${signature}"
6868
- "${artifact}"
69+
- "--use-signing-config=false"
70+
- "--bundle=${signature}.bundle"
6971
- "--yes"
7072
artifacts: all
71-
env:
72-
- COSIGN_EXPERIMENTAL=1
7373

7474
nfpms:
7575
- vendor: Unikraft

0 commit comments

Comments
 (0)