We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8181cf9 commit 2d920fcCopy full SHA for 2d920fc
.goreleaser.yml
@@ -58,32 +58,6 @@ checksum:
58
disable: false
59
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
60
dist: dist
61
-docker_signs:
62
- - cmd: cosign
63
- args:
64
- - sign
65
- - --tlog-upload=false
66
- - --key
67
- - env://COSIGN_PRIVATE_KEY
68
- - "${artifact}@${digest}"
69
- - --yes
70
- artifacts: images
71
- ids:
72
- - stackit-cert-manager-webhook
73
- output: true
74
-signs:
75
76
- env:
77
- - COSIGN_EXPERIMENTAL=1
78
- certificate: '${artifact}.pem'
79
80
- - sign-blob
81
82
- - '--output-certificate=${certificate}'
83
- - '--output-signature=${signature}'
84
- - '${artifact}'
85
- artifacts: checksum
86
87
changelog:
88
use: github
89
sort: asc
0 commit comments