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
|
||||
goarch: amd64
|
||||
binaries:
|
||||
ids:
|
||||
- listmonk
|
||||
image_templates:
|
||||
- "listmonk/listmonk:latest"
|
||||
|
|
Loading…
Reference in New Issue