feat: add Docker image support for multiple registries

This commit is contained in:
Prad Nukala 2025-01-04 19:53:32 -05:00
parent 6e3cee596f
commit e77d56f3f2

View File

@ -86,6 +86,13 @@ release:
extra_files: extra_files:
- glob: ./README* - glob: ./README*
dockers:
- image_templates:
- onsonr/hway:{{ .Tag }}
- onsonr/hway:latest
- ghcr.io/onsonr/hway:{{ .Tag }}
- ghcr.io/onsonr/hway:latest
announce: announce:
telegram: telegram:
enabled: true enabled: true