fix: remove deprecated syntax in goreleaser
`binaries` in `docker` is now deprecated (https://goreleaser.com/deprecations#dockerbinaries).
This commit is contained in:
parent
c6b85651af
commit
df34e57e65
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue