Skip to content

Commit 73124e5

Browse files
committed
Fix multiple docker signs
1 parent 987024a commit 73124e5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.goreleaser.draft.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ signs:
127127
- '${artifact}'
128128

129129
docker_signs:
130-
- cmd: cosign
130+
- id: selfsigned
131+
cmd: cosign
131132
artifacts: all
132133
output: true
133134
args:
@@ -136,7 +137,8 @@ docker_signs:
136137
- --key
137138
- env://COSIGN_PRIVATE_KEY
138139
- '${artifact}'
139-
- cmd: cosign
140+
- id: keyless
141+
cmd: cosign
140142
artifacts: all
141143
output: true
142144
args:

.goreleaser.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ signs:
127127
- '${artifact}'
128128

129129
docker_signs:
130-
- cmd: cosign
130+
- id: selfsigned
131+
cmd: cosign
131132
artifacts: all
132133
output: true
133134
args:
@@ -136,7 +137,8 @@ docker_signs:
136137
- --key
137138
- env://COSIGN_PRIVATE_KEY
138139
- '${artifact}'
139-
- cmd: cosign
140+
- id: keyless
141+
cmd: cosign
140142
artifacts: all
141143
output: true
142144
args:

0 commit comments

Comments
 (0)