mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 13:50:49 +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
|
@ -113,4 +113,3 @@ dockers:
|
||||||
docker_signs:
|
docker_signs:
|
||||||
- artifacts: all
|
- artifacts: all
|
||||||
stdin: '{{ .Env.COSIGN_PWD }}'
|
stdin: '{{ .Env.COSIGN_PWD }}'
|
||||||
output: true
|
|
Loading…
Reference in a new issue