Use list form of zuul artifact return

This relies on the list merge behavior in https://review.openstack.org/638005
however, this will work with the current code in Zuul as long as only
one artifact is returned, so a Depends-On is not necessary.

Change-Id: Ie5d3a61c8cc1038f3775a3aa81e94b9b909f265a
This commit is contained in:
James E. Blair 2019-02-19 12:58:54 -08:00
parent 3d5ee8637f
commit 7edb42008f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
data:
zuul:
artifacts:
"image_{{ image.repository }}:{{ image_tag }}":
- name: "image_{{ image.repository }}:{{ image_tag }}"
url: "docker://{{ intermediate_registry.host }}:{{ intermediate_registry.port}}/{{ image.repository }}:{{ zuul.build }}_{{ image_tag}}"
metadata:
type: container_image