Improve push capabilities and allow build playbook to push

This commit is contained in:
Jaron Rolfe
2017-10-16 00:38:28 -04:00
parent 67df298f21
commit 5e17d72922
6 changed files with 53 additions and 26 deletions

View File

@@ -4,3 +4,4 @@
gather_facts: false
roles:
- { role: image_build }
- { role: image_push, when: "docker_registry is defined" }