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:
parent
3d5ee8637f
commit
7edb42008f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user