Skip to content

Commit dfec536

Browse files
authored
lowercase image repo (#440)
Signed-off-by: Appu Goundan <[email protected]>
1 parent 43b8fb8 commit dfec536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ archives:
3333
name_template: "{{ .Binary }}"
3434

3535
kos:
36-
- repository: ghcr.io/GoogleContainerTools/container-structure-test
36+
- repository: ghcr.io/googlecontainertools/container-structure-test
3737
base_image: ubuntu:22.04
3838
tags:
3939
- '{{.Version}}'
@@ -53,4 +53,4 @@ release:
5353
footer: |
5454
## Container Images
5555
56-
`ghcr.io/GoogleContainerTools/container-structure-test:{{.Version}}`
56+
`ghcr.io/googlecontainertools/container-structure-test:{{.Version}}`

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Barebones releasing instructions
66
- Tag the new release (at the above commit)
77
- Tagging triggers a goreleaser build on github actions
88
- Artifacts are automatically added to the github release
9-
- Container images are published to ghcr.io/GoogleContainerTools/container-structure-test (:latest, :<version>)
9+
- Container images are published to ghcr.io/googlecontainertools/container-structure-test (:latest, :<version>)

0 commit comments

Comments
 (0)