Skip to content

Commit 861293b

Browse files
fix: change persona-id with sparkfabrik
1 parent 8c2ea5d commit 861293b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.goreleaser.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@ dockers:
3737
- "--platform=linux/amd64"
3838
- "--pull"
3939
image_templates:
40-
- "ghcr.io/persona-id/{{.ProjectName}}:{{ .Tag }}-amd64"
40+
- "ghcr.io/sparkfabrik/{{.ProjectName}}:{{ .Tag }}-amd64"
4141
goarch: amd64
4242
skip_push: false
4343
use: buildx
4444
- build_flag_templates:
4545
- "--platform=linux/arm64/v8"
4646
- "--pull"
4747
image_templates:
48-
- "ghcr.io/persona-id/{{.ProjectName}}:{{ .Tag }}-arm64v8"
48+
- "ghcr.io/sparkfabrik/{{.ProjectName}}:{{ .Tag }}-arm64v8"
4949
goarch: arm64
5050
skip_push: false
5151
use: buildx
5252

5353
docker_manifests:
5454
- image_templates:
55-
- "ghcr.io/persona-id/{{.ProjectName}}:{{ .Tag }}-amd64"
56-
- "ghcr.io/persona-id/{{.ProjectName}}:{{ .Tag }}-arm64v8"
57-
name_template: "ghcr.io/persona-id/{{.ProjectName}}:{{ .Tag }}"
55+
- "ghcr.io/sparkfabrik/{{.ProjectName}}:{{ .Tag }}-amd64"
56+
- "ghcr.io/sparkfabrik/{{.ProjectName}}:{{ .Tag }}-arm64v8"
57+
name_template: "ghcr.io/sparkfabrik/{{.ProjectName}}:{{ .Tag }}"
5858
skip_push: false
5959
- image_templates:
60-
- "ghcr.io/persona-id/{{.ProjectName}}:{{ .Tag }}-amd64"
61-
- "ghcr.io/persona-id/{{.ProjectName}}:{{ .Tag }}-arm64v8"
62-
name_template: "ghcr.io/persona-id/{{.ProjectName}}:latest"
60+
- "ghcr.io/sparkfabrik/{{.ProjectName}}:{{ .Tag }}-amd64"
61+
- "ghcr.io/sparkfabrik/{{.ProjectName}}:{{ .Tag }}-arm64v8"
62+
name_template: "ghcr.io/sparkfabrik/{{.ProjectName}}:latest"
6363
skip_push: false
6464

6565
project_name: gcp-artifact-registry-docker-proxy

0 commit comments

Comments
 (0)