From 0a39d13ee0aaf410df8db92d29f36c14492e2b48 Mon Sep 17 00:00:00 2001 From: Craig Johnston Date: Tue, 3 Dec 2019 14:46:28 -0800 Subject: [PATCH] fixed container tags --- .goreleaser.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 440c953..2d51c44 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -57,10 +57,8 @@ dockers: image_templates: - "txn2/jwtpxy:latest" - "txn2/jwtpxy:{{ .Tag }}" - - "txn2/jwtpxy:v{{ .Tag }}" - - "txn2/jwtpxy:v{{ .Major }}" + - "txn2/jwtpxy:{{ .Major }}" - "txn2/jwtpxy:amd64-{{ .Tag }}" - - "txn2/jwtpxy:amd64-v{{ .Major }}" build_flag_templates: - "--label=org.label-schema.schema-version=1.0" - "--label=org.label-schema.version={{.Version}}"