diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-13 09:48:18 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-13 09:48:18 +0200 |
commit | 65fe5cb5c88beabf6c045f20738af71c8d0e38ec (patch) | |
tree | a87bed5395a4d7a5ad104202be12b6cf0181c841 /.goreleaser.yml | |
parent | d3bbba263d4bfce087181d3cdb40fe8c89177624 (diff) | |
download | feed2imap-go-65fe5cb5c88beabf6c045f20738af71c8d0e38ec.tar.gz feed2imap-go-65fe5cb5c88beabf6c045f20738af71c8d0e38ec.tar.bz2 feed2imap-go-65fe5cb5c88beabf6c045f20738af71c8d0e38ec.zip |
Publish docker images also at Docker Hub.
Closes #15.
Diffstat (limited to '.goreleaser.yml')
-rw-r--r-- | .goreleaser.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 98a9a9f..35c38cb 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -40,6 +40,8 @@ dockers: binaries: - feed2imap-go image_templates: + - "necorodm/feed2imap-go/feed2imap-go:latest" + - "necorodm/feed2imap-go/feed2imap-go:{{ .Version }}" - "docker.pkg.github.com/necoro/feed2imap-go/feed2imap-go:latest" - "docker.pkg.github.com/necoro/feed2imap-go/feed2imap-go:{{ .Version }}" |