cbff0cc355
So that this role may be used unconditionally in jobs which may or may not actually build images, skip the tasks if the docker_images variable is undefined. Change-Id: I6ef0c80230de628f86f523878020c82ce81a1e60
4 lines
105 B
YAML
4 lines
105 B
YAML
- name: Push images to intermediate registry
|
|
when: docker_images is defined
|
|
include_tasks: push.yaml
|