From 3a7539b000687060776259f85ee96c6b6a674ec6 Mon Sep 17 00:00:00 2001 From: John Kjell Date: Fri, 15 Dec 2023 09:30:34 -0600 Subject: [PATCH] Fix goreleaser to use in-toto org for ghcr (#128) Signed-off-by: John Kjell --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 41876e78..101e6b80 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -75,7 +75,7 @@ release: github: owner: "{{ .Env.GITHUB_REPOSITORY_OWNER }}" kos: - - repository: ghcr.io/testifysec/archivista + - repository: ghcr.io/in-toto/archivista id: archivista build: archivista tags: @@ -86,7 +86,7 @@ kos: platforms: - linux/amd64 - linux/arm64 - - repository: ghcr.io/testifysec/archivistactl + - repository: ghcr.io/in-toto/archivistactl id: archivistactl build: archivistactl tags: