From 41ff843a800140aa37cae96fc96d56d6be4113ac Mon Sep 17 00:00:00 2001 From: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:53:49 -0400 Subject: [PATCH] ci(docker-sign): remove signing docker image --- .goreleaser.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index aeefab4..03daabe 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -95,14 +95,3 @@ signs: - "--yes" # needed on cosign 2.0.0+ artifacts: checksum output: true -# signs our docker image -# https://goreleaser.com/customization/docker_sign -docker_signs: - - cmd: cosign - env: - - COSIGN_EXPERIMENTAL=1 - output: true - args: - - "sign" - - "${artifact}" - - "--yes" # needed on cosign 2.0.0+