diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-13 00:00:03 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-13 00:00:03 +0200 |
commit | a526716e6885fd4c812fbff464ddcaf2c5e5955a (patch) | |
tree | e03b8a492042607e8214a2c56fd7c13e954a1934 | |
parent | 3d641192a37d95a296d68eae3f15a72037104b7b (diff) | |
download | feed2imap-go-a526716e6885fd4c812fbff464ddcaf2c5e5955a.tar.gz feed2imap-go-a526716e6885fd4c812fbff464ddcaf2c5e5955a.tar.bz2 feed2imap-go-a526716e6885fd4c812fbff464ddcaf2c5e5955a.zip |
Remove local names for docker images -- they are tried to push to docker.io
Diffstat (limited to '')
-rw-r--r-- | .goreleaser.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 63ae887..98a9a9f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -40,8 +40,6 @@ dockers: binaries: - feed2imap-go image_templates: - - "feed2imap-go:latest" - - "feed2imap-go:{{ .Version }}" - "docker.pkg.github.com/necoro/feed2imap-go/feed2imap-go:latest" - "docker.pkg.github.com/necoro/feed2imap-go/feed2imap-go:{{ .Version }}" |