diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d195d91b..68a0a5ce 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -33,7 +33,7 @@ archives: name_template: "{{ .Binary }}" kos: - - repository: ghcr.io/GoogleContainerTools/container-structure-test + - repository: ghcr.io/googlecontainertools/container-structure-test base_image: ubuntu:22.04 tags: - '{{.Version}}' @@ -53,4 +53,4 @@ release: footer: | ## Container Images - `ghcr.io/GoogleContainerTools/container-structure-test:{{.Version}}` + `ghcr.io/googlecontainertools/container-structure-test:{{.Version}}` diff --git a/RELEASING.md b/RELEASING.md index c5dc754a..40ee4dbc 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -6,4 +6,4 @@ Barebones releasing instructions - Tag the new release (at the above commit) - Tagging triggers a goreleaser build on github actions - Artifacts are automatically added to the github release -- Container images are published to ghcr.io/GoogleContainerTools/container-structure-test (:latest, :) +- Container images are published to ghcr.io/googlecontainertools/container-structure-test (:latest, :)