Skip to content

Commit

Permalink
.goreleaser.yml: Add --yes and --recursive to docker_signs cosign inv…
Browse files Browse the repository at this point in the history
…ocation
  • Loading branch information
splaspood committed Jun 15, 2023
1 parent 3d702da commit f43ed23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ docker_signs:
- cmd: cosign
args:
- "sign"
- "--yes"
- "--recursive"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "${artifact}"
artifacts: all
Expand Down

0 comments on commit f43ed23

Please sign in to comment.