Fixup small bug with dockerhub publisher

Jinja2 vs gotpl...

Change-Id: I27a54eb9202ac5f3e9b3ef9c307e81475e8833f5
This commit is contained in:
Michal (inc0) Jastrzebski 2017-11-08 14:59:44 -08:00
parent 61495b1a83
commit 9674e2da1c
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
command: "docker login -u {{ kolla_dockerhub_creds.user }} -p {{ kolla_dockerhub_creds.password }}"
no_log: true
- shell: "for img in $(docker images --format '{{ .Repository }}:{{ .Tag }}' | grep kolla ); do docker push $img; done"
- shell: "for img in $(docker images --format '{% raw %}{{ .Repository }}:{{ .Tag }}{% endraw %}' | grep kolla ); do docker push $img; done"