Update container-image-build.yml
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
docker_login:
|
||||
username: "{{ kolla_docker_registry_username }}"
|
||||
password: "{{ kolla_docker_registry_password }}"
|
||||
when: kolla_docker_registry_username is not None and kolla_docker_registry_password is not None
|
||||
when: kolla_docker_registry_username is not none and kolla_docker_registry_password is not none
|
||||
|
||||
- name: Ensure Kolla container images are built
|
||||
shell: >
|
||||
|
||||
Reference in New Issue
Block a user