File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77
77
# architecture.
78
78
dockers :
79
79
- image_templates :
80
- - " ghcr.io/vedantmgoyal9 /example-bun:{{ .Tag }}-arm64"
80
+ - " ghcr.io/goreleaser /example-bun:{{ .Tag }}-arm64"
81
81
dockerfile : Dockerfile
82
82
goarch : arm64
83
83
use : buildx
@@ -90,7 +90,7 @@ dockers:
90
90
- " --label=org.opencontainers.image.source={{.GitURL}}"
91
91
- " --platform=linux/arm64"
92
92
- image_templates :
93
- - " ghcr.io/vedantmgoyal9 /example-bun:{{ .Tag }}-amd64"
93
+ - " ghcr.io/goreleaser /example-bun:{{ .Tag }}-amd64"
94
94
dockerfile : Dockerfile
95
95
goarch : amd64
96
96
use : buildx
@@ -105,7 +105,7 @@ dockers:
105
105
106
106
# Here we join both images into a Docker manifest.
107
107
docker_manifests :
108
- - name_template : " ghcr.io/vedantmgoyal9 /example-bun:{{ .Tag }}"
108
+ - name_template : " ghcr.io/goreleaser /example-bun:{{ .Tag }}"
109
109
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"
You can’t perform that action at this time.
0 commit comments