@@ -43,9 +43,9 @@ dockers:
4343 goos : linux
4444 goarch : amd64
4545 image_templates :
46- - ghcr.io/{{ .Env.REPO_NAME }} :latest-amd64
47- - ghcr.io/{{ .Env.REPO_NAME }} :{{ .Env.CI_COMMIT_SHA }}-amd64
48- - ghcr.io/{{ .Env.REPO_NAME }} :{{ .Env.CI_COMMIT_TAG }}-amd64
46+ - ghcr.io/absaoss/external-dns-infoblox-webhook :latest-amd64
47+ - ghcr.io/absaoss/external-dns-infoblox-webhook :{{ .Env.CI_COMMIT_SHA }}-amd64
48+ - ghcr.io/absaoss/external-dns-infoblox-webhook :{{ .Env.CI_COMMIT_TAG }}-amd64
4949 build_flag_templates :
5050 - --pull
5151 - --platform=linux/amd64
@@ -56,28 +56,28 @@ dockers:
5656 goos : linux
5757 goarch : arm64
5858 image_templates :
59- - ghcr.io/{{ .Env.REPO_NAME }} :latest-arm64
60- - ghcr.io/{{ .Env.REPO_NAME }} :{{ .Env.CI_COMMIT_SHA }}-arm64
61- - ghcr.io/{{ .Env.REPO_NAME }} :{{ .Env.CI_COMMIT_TAG }}-arm64
59+ - ghcr.io/absaoss/external-dns-infoblox-webhook :latest-arm64
60+ - ghcr.io/absaoss/external-dns-infoblox-webhook :{{ .Env.CI_COMMIT_SHA }}-arm64
61+ - ghcr.io/absaoss/external-dns-infoblox-webhook :{{ .Env.CI_COMMIT_TAG }}-arm64
6262 build_flag_templates :
6363 - --pull
6464 - --platform=linux/arm64
6565 - --build-arg=CI_COMMIT_TIMESTAMP="{{ .Env.CI_COMMIT_TIMESTAMP }}"
6666 - --build-arg=CI_COMMIT_SHA="{{ .Env.CI_COMMIT_SHA }}"
6767 - --build-arg=CI_COMMIT_TAG="{{ .Env.CI_COMMIT_TAG }}"
6868docker_manifests :
69- - name_template : ghcr.io/{{ .Env.REPO_NAME }} :latest
69+ - name_template : ghcr.io/absaoss/external-dns-infoblox-webhook :latest
7070 image_templates :
71- - ghcr.io/{{ .Env.REPO_NAME }} :latest-amd64
72- - ghcr.io/{{ .Env.REPO_NAME }} :latest-arm64
73- - name_template : ghcr.io/{{ .Env.REPO_NAME }} :{{ .Env.CI_COMMIT_SHA }}
71+ - ghcr.io/absaoss/external-dns-infoblox-webhook :latest-amd64
72+ - ghcr.io/absaoss/external-dns-infoblox-webhook :latest-arm64
73+ - name_template : ghcr.io/absaoss/external-dns-infoblox-webhook :{{ .Env.CI_COMMIT_SHA }}
7474 image_templates :
75- - ghcr.io/{{ .Env.REPO_NAME }} :{{ .Env.CI_COMMIT_SHA }}-amd64
76- - ghcr.io/{{ .Env.REPO_NAME }} :{{ .Env.CI_COMMIT_SHA }}-arm64
77- - name_template : ghcr.io/{{ .Env.REPO_NAME }} :{{ .Env.CI_COMMIT_TAG }}
75+ - ghcr.io/absaoss/external-dns-infoblox-webhook :{{ .Env.CI_COMMIT_SHA }}-amd64
76+ - ghcr.io/absaoss/external-dns-infoblox-webhook :{{ .Env.CI_COMMIT_SHA }}-arm64
77+ - name_template : ghcr.io/absaoss/external-dns-infoblox-webhook :{{ .Env.CI_COMMIT_TAG }}
7878 image_templates :
79- - ghcr.io/{{ .Env.REPO_NAME }} :{{ .Env.CI_COMMIT_TAG }}-amd64
80- - ghcr.io/{{ .Env.REPO_NAME }} :{{ .Env.CI_COMMIT_TAG }}-arm64
79+ - ghcr.io/absaoss/external-dns-infoblox-webhook :{{ .Env.CI_COMMIT_TAG }}-amd64
80+ - ghcr.io/absaoss/external-dns-infoblox-webhook :{{ .Env.CI_COMMIT_TAG }}-arm64
8181changelog :
8282 skip : true
8383 use : github
0 commit comments