Skip to content

Commit

Permalink
Fix multiple docker signs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Dec 11, 2023
1 parent 987024a commit 73124e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ signs:
- '${artifact}'

docker_signs:
- cmd: cosign
- id: selfsigned
cmd: cosign
artifacts: all
output: true
args:
Expand All @@ -136,7 +137,8 @@ docker_signs:
- --key
- env://COSIGN_PRIVATE_KEY
- '${artifact}'
- cmd: cosign
- id: keyless
cmd: cosign
artifacts: all
output: true
args:
Expand Down
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ signs:
- '${artifact}'

docker_signs:
- cmd: cosign
- id: selfsigned
cmd: cosign
artifacts: all
output: true
args:
Expand All @@ -136,7 +137,8 @@ docker_signs:
- --key
- env://COSIGN_PRIVATE_KEY
- '${artifact}'
- cmd: cosign
- id: keyless
cmd: cosign
artifacts: all
output: true
args:
Expand Down

0 comments on commit 73124e5

Please sign in to comment.