File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
5454docker_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
6464changelog :
6565 sort : asc
You can’t perform that action at this time.
0 commit comments