Try to use zuul.image_tag before falling back to default
Change-Id: I8e2ab0ec014c15d255620698f5c223e974575d48 Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
parent
5859ab344f
commit
f4480cc97a
@ -43,7 +43,7 @@
|
||||
DOCKER_REGISTRY: "{{ docker_registry }}"
|
||||
GCP_SDK: "{{ gcp_sdk }}"
|
||||
IMAGE_PREFIX: "{{ image_prefix | default('airshipit') }}"
|
||||
IMAGE_TAG: "{{ image_tag | default('latest') }}"
|
||||
IMAGE_TAG: "{{ image_tag | default(zuul.image_tag) | default('latest') }}"
|
||||
LABEL: "{{ image_label | default('org.airshipit.build=community') }}"
|
||||
NO_PROXY: "{{ proxy.noproxy }}"
|
||||
PUSH_IMAGE: "false"
|
||||
|
@ -47,7 +47,7 @@
|
||||
DOCKER_REGISTRY: "{{ docker_registry }}"
|
||||
GCP_SDK: "{{ gcp_sdk }}"
|
||||
IMAGE_PREFIX: "{{ image_prefix | default('airshipit') }}"
|
||||
IMAGE_TAG: "{{ image_tag | default('latest') }}"
|
||||
IMAGE_TAG: "{{ image_tag | default(zuul.image_tag) | default('latest') }}"
|
||||
LABEL: "{{ image_label | default('org.airshipit.build=community') }}"
|
||||
NO_PROXY: "{{ proxy.noproxy }}"
|
||||
PUSH_IMAGE: "true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user