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 @@ -37,29 +37,29 @@ dockers:
37
37
- " --platform=linux/amd64"
38
38
- " --pull"
39
39
image_templates :
40
- - " ghcr.io/persona-id /{{.ProjectName}}:{{ .Tag }}-amd64"
40
+ - " ghcr.io/sparkfabrik /{{.ProjectName}}:{{ .Tag }}-amd64"
41
41
goarch : amd64
42
42
skip_push : false
43
43
use : buildx
44
44
- build_flag_templates :
45
45
- " --platform=linux/arm64/v8"
46
46
- " --pull"
47
47
image_templates :
48
- - " ghcr.io/persona-id /{{.ProjectName}}:{{ .Tag }}-arm64v8"
48
+ - " ghcr.io/sparkfabrik /{{.ProjectName}}:{{ .Tag }}-arm64v8"
49
49
goarch : arm64
50
50
skip_push : false
51
51
use : buildx
52
52
53
53
docker_manifests :
54
54
- 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 }}"
58
58
skip_push : false
59
59
- 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"
63
63
skip_push : false
64
64
65
65
project_name : gcp-artifact-registry-docker-proxy
You can’t perform that action at this time.
0 commit comments