From 71708e5bf8d5b798f0b70abbf41ae011d4095fae Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Thu, 28 Oct 2021 13:37:22 -0400 Subject: [PATCH] update goreleaser with correct tag information (#598) Signed-off-by: Christopher Angelo Phillips --- .goreleaser.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index db0d698bb..a467a3e2c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -144,15 +144,15 @@ dockers: docker_manifests: - name_template: anchore/syft:{{ .Version }} image_templates: - - anchore/syft:{{ .Version }}-amd64 + - anchore/syft:{{ .Tag }}-amd64 - anchore/syft:v{{ .Major }}-amd64 - anchore/syft:v{{ .Major }}.{{ .Minor }}-amd64 - - anchore/syft:{{ .Version }}-arm64v8 + - anchore/syft:{{ .Tag }}-arm64v8 - anchore/syft:v{{ .Major }}-arm64v8 - anchore/syft:v{{ .Major }}.{{ .Minor }}-arm64v8 - name_template: anchore/syft:latest image_templates: - - anchore/syft:{{ .Version }}-amd64 + - anchore/syft:{{ .Tag }}-amd64 - anchore/syft:v{{ .Major }}-amd64 - anchore/syft:v{{ .Major }}.{{ .Minor }}-amd64 - anchore/syft:{{ .Version }}-arm64v8