Skip to content

Commit 440722c

Browse files
authored
ci: removed cosign flag (#80)
1 parent 31ed46b commit 440722c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.goreleaser.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ docker_signs:
8484
- cmd: "cosign"
8585
args:
8686
- "sign"
87-
- "--upload=false"
8887
- "${artifact}"
8988
- "--yes"
9089
artifacts: all
@@ -94,7 +93,6 @@ signs:
9493
- cmd: "cosign"
9594
args:
9695
- "sign-blob"
97-
- "--upload=false"
9896
- "${artifact}"
9997
- "--yes"
10098
artifacts: all

0 commit comments

Comments
 (0)