mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Updated .goreleaser
This commit is contained in:
parent
53a9410f4c
commit
b9d48ffd15
1 changed files with 0 additions and 11 deletions
|
@ -96,8 +96,6 @@ gitea_urls:
|
||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- wneessen/apg-go
|
- wneessen/apg-go
|
||||||
build_flag_templates:
|
|
||||||
- "--network=host"
|
|
||||||
|
|
||||||
docker_signs:
|
docker_signs:
|
||||||
- artifacts: all
|
- artifacts: all
|
||||||
|
@ -106,12 +104,3 @@ docker_signs:
|
||||||
|
|
||||||
gomod:
|
gomod:
|
||||||
mod: mod
|
mod: mod
|
||||||
|
|
||||||
dockerhub:
|
|
||||||
- username: wneessen
|
|
||||||
secret_name: '{{ .Env.DOCKER_TOKEN }}'
|
|
||||||
description: |-
|
|
||||||
A "Automated Password Generator"-clone written in Go
|
|
||||||
full_description:
|
|
||||||
from_file:
|
|
||||||
path: ./README.md
|
|
||||||
|
|
Loading…
Reference in a new issue