From 5dc729b67e01411dfb62c2c2c072b9822ce1cb41 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Wed, 20 Jul 2022 16:51:49 -0400 Subject: [PATCH] patch-distroless-ghcr (#1110) --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 7cf37dc83..31efdcb0f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -172,8 +172,8 @@ docker_manifests: - name_template: ghcr.io/anchore/syft:latest image_templates: - - anchore/syft:{{.Tag}} - - anchore/syft:{{.Tag}}-arm64v8 + - ghcr.io/anchore/syft:{{.Tag}} + - ghcr.io/anchore/syft:{{.Tag}}-arm64v8 - name_template: ghcr.io/anchore/syft:debug image_templates: