diff --git a/.goreleaser.yml b/.goreleaser.yml index c6cec27..8766feb 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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