From 221763859b389c3529b487805fd35494cb4d6ed1 Mon Sep 17 00:00:00 2001 From: Dakota Paasman Date: Tue, 20 Aug 2024 13:31:07 -0400 Subject: [PATCH] Comment out docker_signs in goreleaser cfg --- .goreleaser.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 058735f9f..a63a4c2fd 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -603,21 +603,22 @@ signs: ["sign-blob", "--key=cosign.key", "--output=${signature}", "${artifact}"] artifacts: all +# TODO(dakota): commented out because it is causing release to fail with goreleaser v2... not sure why though # https://goreleaser.com/customization/docker_sign/ # Uses Cosign by default, signs images and manifests. -docker_signs: - - artifacts: all - stdin: "{{ .Env.COSIGN_PWD }}" - args: [ - # Default options - "sign", - "--key=cosign.key", - "${artifact}", - "--yes", - # Additional options - "--recursive" - ] - output: true +# docker_signs: +# - artifacts: all +# stdin: "{{ .Env.COSIGN_PWD }}" +# args: [ +# # Default options +# "sign", +# "--key=cosign.key", +# "${artifact}", +# "--yes", +# # Additional options +# "--recursive" +# ] +# output: true # https://goreleaser.com/customization/release/ release: