@@ -26,12 +26,12 @@ archives:
26
26
27
27
dockers :
28
28
- image_templates :
29
- - " ghcr.io/jatalocks /{{.ProjectName}}:{{ .Tag }}-amd64"
29
+ - " ghcr.io/elementtech /{{.ProjectName}}:{{ .Tag }}-amd64"
30
30
dockerfile : Dockerfile
31
31
use : buildx
32
32
build_flag_templates :
33
33
- " --pull"
34
- - " --label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/jatalocks /kube-arch-scheduler/main/README.md"
34
+ - " --label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/elementtech /kube-arch-scheduler/main/README.md"
35
35
-
' --label=io.artifacthub.package.maintainers=[{"name":"Jatalocks","email":"[email protected] "}]'
36
36
- " --label=io.artifacthub.package.license=MIT"
37
37
- " --label=org.opencontainers.image.description=A container image architecture aware Kubernetes scheduler plugin"
@@ -44,13 +44,13 @@ dockers:
44
44
goarch : amd64
45
45
goos : linux
46
46
- image_templates :
47
- - " ghcr.io/jatalocks /{{.ProjectName}}:{{ .Tag }}-arm64"
47
+ - " ghcr.io/elementtech /{{.ProjectName}}:{{ .Tag }}-arm64"
48
48
dockerfile : Dockerfile
49
49
use : buildx
50
50
build_flag_templates :
51
51
- " --pull"
52
- - " --label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/jatalocks /kube-arch-scheduler/main/README.md"
53
- - " --label=io.artifacthub.package.logo-url=https://raw.githubusercontent.com/jatalocks /kube-arch-scheduler/main/assets/logo/logo.png"
52
+ - " --label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/elementtech /kube-arch-scheduler/main/README.md"
53
+ - " --label=io.artifacthub.package.logo-url=https://raw.githubusercontent.com/elementtech /kube-arch-scheduler/main/assets/logo/logo.png"
54
54
-
' --label=io.artifacthub.package.maintainers=[{"name":"Jatalocks","email":"[email protected] "}]'
55
55
- " --label=io.artifacthub.package.license=MIT"
56
56
- " --label=org.opencontainers.image.description=A container image architecture aware Kubernetes scheduler plugin"
@@ -64,14 +64,14 @@ dockers:
64
64
goos : linux
65
65
66
66
docker_manifests :
67
- - name_template : " ghcr.io/jatalocks /{{.ProjectName}}:{{ .Tag }}"
67
+ - name_template : " ghcr.io/elementtech /{{.ProjectName}}:{{ .Tag }}"
68
68
image_templates :
69
- - " ghcr.io/jatalocks /{{.ProjectName}}:{{ .Tag }}-amd64"
70
- - " ghcr.io/jatalocks /{{.ProjectName}}:{{ .Tag }}-arm64"
71
- - name_template : " ghcr.io/jatalocks /{{.ProjectName}}:latest"
69
+ - " ghcr.io/elementtech /{{.ProjectName}}:{{ .Tag }}-amd64"
70
+ - " ghcr.io/elementtech /{{.ProjectName}}:{{ .Tag }}-arm64"
71
+ - name_template : " ghcr.io/elementtech /{{.ProjectName}}:latest"
72
72
image_templates :
73
- - " ghcr.io/jatalocks /{{.ProjectName}}:{{ .Tag }}-amd64"
74
- - " ghcr.io/jatalocks /{{.ProjectName}}:{{ .Tag }}-arm64"
73
+ - " ghcr.io/elementtech /{{.ProjectName}}:{{ .Tag }}-amd64"
74
+ - " ghcr.io/elementtech /{{.ProjectName}}:{{ .Tag }}-arm64"
75
75
76
76
checksum :
77
77
name_template : " checksums.txt"
0 commit comments