Skip to content

Commit

Permalink
chore: fix docker_signs
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Penner <[email protected]>
  • Loading branch information
matthewpi committed May 20, 2024
1 parent 2dc0e0e commit 501b056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ signs:

docker_signs:
- cmd: cosign
artifacts: manifests # TODO: all?
artifacts: all
output: true
args:
- sign
- --yes
- "${artifact}@${digest}"
- "${artifact}"

release:
draft: true
Expand Down

0 comments on commit 501b056

Please sign in to comment.