Skip to content

Commit 362a3e5

Browse files
chore: update ghcr.io namespace
1 parent 6e19c82 commit 362a3e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ sboms:
7777
# architecture.
7878
dockers:
7979
- image_templates:
80-
- "ghcr.io/vedantmgoyal9/example-bun:{{ .Tag }}-arm64"
80+
- "ghcr.io/goreleaser/example-bun:{{ .Tag }}-arm64"
8181
dockerfile: Dockerfile
8282
goarch: arm64
8383
use: buildx
@@ -90,7 +90,7 @@ dockers:
9090
- "--label=org.opencontainers.image.source={{.GitURL}}"
9191
- "--platform=linux/arm64"
9292
- image_templates:
93-
- "ghcr.io/vedantmgoyal9/example-bun:{{ .Tag }}-amd64"
93+
- "ghcr.io/goreleaser/example-bun:{{ .Tag }}-amd64"
9494
dockerfile: Dockerfile
9595
goarch: amd64
9696
use: buildx
@@ -105,7 +105,7 @@ dockers:
105105

106106
# Here we join both images into a Docker manifest.
107107
docker_manifests:
108-
- name_template: "ghcr.io/vedantmgoyal9/example-bun:{{ .Tag }}"
108+
- name_template: "ghcr.io/goreleaser/example-bun:{{ .Tag }}"
109109
image_templates:
110-
- "ghcr.io/vedantmgoyal9/example-bun:{{ .Tag }}-arm64"
111-
- "ghcr.io/vedantmgoyal9/example-bun:{{ .Tag }}-amd64"
110+
- "ghcr.io/goreleaser/example-bun:{{ .Tag }}-arm64"
111+
- "ghcr.io/goreleaser/example-bun:{{ .Tag }}-amd64"

0 commit comments

Comments
 (0)