diff --git a/tests/playbooks/publish.yml b/tests/playbooks/publish.yml index 0fad441a06..9a019fac93 100644 --- a/tests/playbooks/publish.yml +++ b/tests/playbooks/publish.yml @@ -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"