Skip to content

Commit

Permalink
fix: remove deprecated syntax in goreleaser
Browse files Browse the repository at this point in the history
`binaries` in `docker` is now deprecated
(https://goreleaser.com/deprecations#dockerbinaries).
  • Loading branch information
mr-karan committed Mar 19, 2021
1 parent c6b8565 commit df34e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dockers:
-
goos: linux
goarch: amd64
binaries:
ids:
- listmonk
image_templates:
- "listmonk/listmonk:latest"
Expand Down

0 comments on commit df34e57

Please sign in to comment.