Skip to content

Commit

Permalink
feat: update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Dec 26, 2023
1 parent 7b9630c commit 6f2c9cf
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 @@ -146,6 +146,7 @@ signs:
certificate: "${artifact}.pem"
output: true
artifacts: checksum
stdin: '{{ .Env.COSIGN_PWD }}'
args:
- sign-blob
- "--output-certificate=${certificate}"
Expand All @@ -158,6 +159,7 @@ docker_signs:
- cmd: cosign
artifacts: manifests
output: true
stdin: '{{ .Env.COSIGN_PWD }}'
args:
- "sign"
- "${artifact}@${digest}"
Expand Down

0 comments on commit 6f2c9cf

Please sign in to comment.