diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3a99e79..cb70d92 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -86,6 +86,13 @@ release: extra_files: - glob: ./README* +dockers: + - image_templates: + - onsonr/hway:{{ .Tag }} + - onsonr/hway:latest + - ghcr.io/onsonr/hway:{{ .Tag }} + - ghcr.io/onsonr/hway:latest + announce: telegram: enabled: true