build-docker-image: fix change prefix
This currently tags the image for the temporary container with change_change_12345 (note extra change_). I think this was just a typo introduced with I8eb7d2baa24905e7aac51fce0b2f9b1f24f037f9, which was updating the tags for periodic pipelines. Change-Id: I0ce0e475e325907f9ecd46b86c7cc4a655f4a1d3
This commit is contained in:
parent
0075432566
commit
dfc101c29b
@ -6,7 +6,7 @@
|
|||||||
# them for the buildset registry if one is present.
|
# them for the buildset registry if one is present.
|
||||||
- name: Set base docker build command
|
- name: Set base docker build command
|
||||||
vars:
|
vars:
|
||||||
tag_prefix: "change_{{ ('change_' + zuul.change) if (zuul.change is defined) else zuul.pipeline }}_"
|
tag_prefix: "{{ ('change_' + zuul.change) if (zuul.change is defined) else zuul.pipeline }}_"
|
||||||
set_fact:
|
set_fact:
|
||||||
docker_buildx_command: >-
|
docker_buildx_command: >-
|
||||||
docker buildx build {{ zj_image.path | default('.') }} -f {{ zj_image.dockerfile | default(docker_dockerfile) }}
|
docker buildx build {{ zj_image.path | default('.') }} -f {{ zj_image.dockerfile | default(docker_dockerfile) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user