Skip to content

Commit

Permalink
lowercase image repo (#440)
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka committed May 3, 2024
1 parent 43b8fb8 commit dfec536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}'
Expand All @@ -53,4 +53,4 @@ release:
footer: |
## Container Images
`ghcr.io/GoogleContainerTools/container-structure-test:{{.Version}}`
`ghcr.io/googlecontainertools/container-structure-test:{{.Version}}`
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, :<version>)
- Container images are published to ghcr.io/googlecontainertools/container-structure-test (:latest, :<version>)

0 comments on commit dfec536

Please sign in to comment.