mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Update .goreleaser.yaml with Docker image template
A new Docker image template has been added to the .goreleaser.yaml file. Specifically, the image template 'wneessen/apg-go' was introduced under the 'dockers' configuration, allowing smoother configuration for Docker-based implementations.
This commit is contained in:
parent
5a341ec805
commit
ddb7b678eb
1 changed files with 4 additions and 0 deletions
|
@ -74,3 +74,7 @@ sboms:
|
||||||
gitea_urls:
|
gitea_urls:
|
||||||
api: https://src.neessen.cloud/api/v1
|
api: https://src.neessen.cloud/api/v1
|
||||||
download: https://src.neessen.cloud
|
download: https://src.neessen.cloud
|
||||||
|
|
||||||
|
dockers:
|
||||||
|
- image_templates:
|
||||||
|
- wneessen/apg-go
|
Loading…
Reference in a new issue