Remove redundant output line from .goreleaser.yaml

The .goreleaser.yaml configuration been updated to remove the redundant output line under docker_signs. This change simplifies the configuration without changing the functionality of Docker image signing. The password for the Docker registry is still sourced from the 'COSIGN_PWD' environment variable.
This commit is contained in:
Winni Neessen 2024-03-14 00:13:08 +01:00
parent ac53637f86
commit 2bfd52313d
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -112,5 +112,4 @@ dockers:
docker_signs:
- artifacts: all
stdin: '{{ .Env.COSIGN_PWD }}'
output: true
stdin: '{{ .Env.COSIGN_PWD }}'