Browse Source

fix: remove deprecated syntax in goreleaser

`binaries` in `docker` is now deprecated
(https://goreleaser.com/deprecations#dockerbinaries).
Karan Sharma 4 years ago
parent
commit
df34e57e65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .goreleaser.yml

+ 1 - 1
.goreleaser.yml

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