Skip to content

Commit

Permalink
adjust goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKoss committed Aug 28, 2023
1 parent 8181cf9 commit 2d920fc
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,32 +58,6 @@ checksum:
disable: false
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
dist: dist
docker_signs:
- cmd: cosign
args:
- sign
- --tlog-upload=false
- --key
- env://COSIGN_PRIVATE_KEY
- "${artifact}@${digest}"
- --yes
artifacts: images
ids:
- stackit-cert-manager-webhook
output: true
signs:
- cmd: cosign
env:
- COSIGN_EXPERIMENTAL=1
certificate: '${artifact}.pem'
args:
- sign-blob
- --yes
- '--output-certificate=${certificate}'
- '--output-signature=${signature}'
- '${artifact}'
artifacts: checksum
output: true
changelog:
use: github
sort: asc
Expand Down

0 comments on commit 2d920fc

Please sign in to comment.