From 3d0172e2bd0377dd2a99766a9b169c5e6b960353 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 7cf37dc8392..31efdcb0f99 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: