Skip to content

Commit 2d920fc

Browse files
author
CodingWizKid
committed
adjust goreleaser
1 parent 8181cf9 commit 2d920fc

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.goreleaser.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -58,32 +58,6 @@ checksum:
5858
disable: false
5959
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
6060
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-
- cmd: cosign
76-
env:
77-
- COSIGN_EXPERIMENTAL=1
78-
certificate: '${artifact}.pem'
79-
args:
80-
- sign-blob
81-
- --yes
82-
- '--output-certificate=${certificate}'
83-
- '--output-signature=${signature}'
84-
- '${artifact}'
85-
artifacts: checksum
86-
output: true
8761
changelog:
8862
use: github
8963
sort: asc

0 commit comments

Comments
 (0)