From a81a335ead92c52f047faef5d7ad693db88659af Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Mon, 2 Sep 2019 13:52:01 -0400 Subject: [PATCH] update goreleaser config --- .goreleaser.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 262d671..426f4d2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,7 +13,8 @@ builds: dockers: - - binary: dive + binaries: + - dive dockerfile: Dockerfile.slim image_templates: - "wagoodman/dive:{{ .Tag }}-slim" @@ -25,7 +26,8 @@ dockers: - "quay.io/wagoodman/dive:v{{ .Major }}.{{ .Minor }}-slim" - "quay.io/wagoodman/dive:slim" - - binary: dive + binaries: + - dive dockerfile: Dockerfile image_templates: - "wagoodman/dive:{{ .Tag }}" @@ -37,7 +39,8 @@ dockers: - "quay.io/wagoodman/dive:v{{ .Major }}.{{ .Minor }}" - "quay.io/wagoodman/dive:latest" - - binary: dive + binaries: + - dive dockerfile: Dockerfile.full image_templates: - "wagoodman/dive:{{ .Tag }}-full"