Skip to content

Commit 540c47b

Browse files
authored
try fix releaseName
1 parent 81c0c98 commit 540c47b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.goreleaser.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@ dockers:
4343
- "--platform=linux/amd64"
4444

4545
- image_templates:
46-
- "ghcr.io/tgdrive/{{ .ProjectName }}:{{ .Tag }}-arm64"
47-
- "ghcr.io/tgdrive/{{ .ProjectName }}:latest"
46+
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-arm64"
47+
- "ghcr.io/sudoshell/{{ .ProjectName }}:latest"
4848
use: buildx
4949
dockerfile: goreleaser.dockerfile
5050
goarch: arm64
5151
build_flag_templates:
5252
- --platform=linux/arm64/v8
5353

5454
docker_manifests:
55-
- name_template: "ghcr.io/tgdrive/{{ .ProjectName }}:{{ .Tag }}"
55+
- name_template: "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}"
5656
image_templates:
57-
- "ghcr.io/tgdrive/{{ .ProjectName }}:{{ .Tag }}-amd64"
58-
- "ghcr.io/tgdrive/{{ .ProjectName }}:{{ .Tag }}-arm64"
59-
- name_template: "ghcr.io/tgdrive/{{ .ProjectName }}:latest"
57+
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-amd64"
58+
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-arm64"
59+
- name_template: "ghcr.io/v/{{ .ProjectName }}:latest"
6060
image_templates:
61-
- "ghcr.io/tgdrive/{{ .ProjectName }}:{{ .Tag }}-amd64"
62-
- "ghcr.io/tgdrive/{{ .ProjectName }}:{{ .Tag }}-arm64"
61+
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-amd64"
62+
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-arm64"
6363

6464
changelog:
6565
sort: asc

0 commit comments

Comments
 (0)