Docker: use the buildset registry if defined

If the docker build jobs see that a buildset_registry is defined
(i.e., they are running in a job graph where an earlier job ran
a buildset registry) automatically use that registry.

Change-Id: Ied7730b793a02204921a2e76f8474fcce534ac77
This commit is contained in:
James E. Blair 2019-03-07 13:04:22 -08:00
parent 9cbb8c0ac6
commit 3fa0c21024
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
- hosts: all
roles:
- install-docker
tasks:
- name: Configure buildset registry
when: buildset_registry is defined
include_role:
name: use-buildset-registry