Skip to content

Commit

Permalink
Fix goreleaser to use in-toto org for ghcr (in-toto#128)
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell authored Dec 15, 2023
1 parent 88a3a41 commit 3a7539b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 3a7539b

Please sign in to comment.