Fix typo with container_images siblings logic

Change-Id: I4c54ccd47677fde30fc0621005f0ef9d51df1f66
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2020-11-25 14:30:48 -05:00
parent 17443f57d6
commit e9226bbaab

View File

@ -40,7 +40,7 @@
{% for build_arg in zj_image.build_args | default([]) -%}
--build-arg {{ build_arg }}
{% endfor -%}
{% if zj_images.siblings | default(false) -%}
{% if zj_image.siblings | default(false) -%}
--build-arg "ZUUL_SIBLINGS={{ zj_image.siblings | join(' ') }}"
{% endif -%}
{% for tag in zj_image.tags | default(['latest']) -%}