From 6890810cd0d8bc897886ebfc5eb5d39baefd45ad Mon Sep 17 00:00:00 2001 From: Barnaby Keene Date: Sun, 28 Oct 2018 08:20:19 +0000 Subject: [PATCH] fixed deprecated goreleaser config --- .goreleaser.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0647db9b..90689fd8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -33,16 +33,15 @@ snapshot: checksum: name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt" dockers: - - image: southclaws/sampctl - goos: linux + - goos: linux goarch: "386" binary: sampctl dockerfile: Dockerfile - tag_templates: - - "{{ .Tag }}" - - "v{{ .Major }}" - - "v{{ .Major }}.{{ .Minor }}" - - latest + image_templates: + - "southclaws/sampctl{{ .Tag }}" + - "southclaws/sampctlv{{ .Major }}" + - "southclaws/sampctlv{{ .Major }}.{{ .Minor }}" + - "southclaws/sampctl:latest" nfpm: vendor: Southclaws homepage: https://github.com/Southclaws/sampctl