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:
Winni Neessen 2024-03-13 21:30:13 +01:00
parent 5a341ec805
commit ddb7b678eb
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -74,3 +74,7 @@ sboms:
gitea_urls:
api: https://src.neessen.cloud/api/v1
download: https://src.neessen.cloud
dockers:
- image_templates:
- wneessen/apg-go