Prechádzať zdrojové kódy

fix: remove deprecated syntax in goreleaser

`binaries` in `docker` is now deprecated
(https://goreleaser.com/deprecations#dockerbinaries).
Karan Sharma 4 rokov pred
rodič
commit
df34e57e65
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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"