From 6c71dcf45c2c8d6592675ecdd947f2080a85ea8d Mon Sep 17 00:00:00 2001 From: Christoph Petrausch Date: Wed, 3 Feb 2021 09:37:41 +0100 Subject: [PATCH] Fix arm64 image tags --- .goreleaser.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index aa63aac..1d32230 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -87,10 +87,10 @@ dockers: image_templates: - "hikhvar/mqtt2prometheus:{{ .Tag }}-arm64" - "hikhvar/mqtt2prometheus:latest}-arm64" - - "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:{{ .Tag }}}-arm64" - - "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:latest}-arm64" - - "ghcr.io/hikhvar/mqtt2prometheus:{{ .Tag }}}-arm64" - - "ghcr.io/hikhvar/mqtt2prometheus:latest}-arm64" + - "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:{{ .Tag }}-arm64" + - "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:latest-arm64" + - "ghcr.io/hikhvar/mqtt2prometheus:{{ .Tag }}-arm64" + - "ghcr.io/hikhvar/mqtt2prometheus:latest-arm64" # .goreleaser.yml docker_manifests: