mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-08 23:42:53 +01:00
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:
parent
ac53637f86
commit
2bfd52313d
1 changed files with 1 additions and 2 deletions
|
@ -112,5 +112,4 @@ dockers:
|
|||
|
||||
docker_signs:
|
||||
- artifacts: all
|
||||
stdin: '{{ .Env.COSIGN_PWD }}'
|
||||
output: true
|
||||
stdin: '{{ .Env.COSIGN_PWD }}'
|
Loading…
Reference in a new issue