fix: remove deprecated syntax in goreleaser

`binaries` in `docker` is now deprecated
(https://goreleaser.com/deprecations#dockerbinaries).
This commit is contained in:
Karan Sharma 2021-03-19 12:07:24 +05:30
parent c6b85651af
commit df34e57e65
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ dockers:
- -
goos: linux goos: linux
goarch: amd64 goarch: amd64
binaries: ids:
- listmonk - listmonk
image_templates: image_templates:
- "listmonk/listmonk:latest" - "listmonk/listmonk:latest"