Skip to content

Commit

Permalink
add args to docker_signs
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Aug 16, 2024
1 parent 241348b commit 193f36b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ docker_manifests:
# See https://goreleaser.com/customization/docker_sign/
docker_signs:
- artifacts: all
args:
- "sign"
- "${artifact}"
- "--yes"
# stdin: "{{ .Env.COSIGN_PASSWORD }}"

checksum:
Expand Down

0 comments on commit 193f36b

Please sign in to comment.