d1e74606bc
When used with the container-image roles, the variable is container_images, not docker_images. Change-Id: I074f9523aea7d71879f722b88ff7c3e7e45fb90f
6 lines
188 B
YAML
6 lines
188 B
YAML
- name: Push images to intermediate registry
|
|
when:
|
|
- (docker_images is defined) or (container_images is defined)
|
|
- zuul_success | default(true) | bool
|
|
include_tasks: push.yaml
|