mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-14 01:42:55 +01:00
Updated .goreleaser config
This commit is contained in:
parent
2100a2a227
commit
53a9410f4c
1 changed files with 3 additions and 2 deletions
|
@ -109,8 +109,9 @@ gomod:
|
||||||
|
|
||||||
dockerhub:
|
dockerhub:
|
||||||
- username: wneessen
|
- username: wneessen
|
||||||
|
secret_name: '{{ .Env.DOCKER_TOKEN }}'
|
||||||
description: |-
|
description: |-
|
||||||
A "Automated Password Generator"-clone written in Go
|
A "Automated Password Generator"-clone written in Go
|
||||||
full_description:
|
full_description:
|
||||||
from_url:
|
from_file:
|
||||||
url: https://src.neessen.cloud/wneessen/apg-go/raw/branch/main/README.md
|
path: ./README.md
|
||||||
|
|
Loading…
Reference in a new issue