We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6b4a65 + 3a7f1b2 commit e9f0a9aCopy full SHA for e9f0a9a
tests/playbooks/publish.yml
@@ -23,6 +23,9 @@
23
push: yes
24
source: local
25
loop: "{{ docker_host_info.images }}"
26
+ register: push_status
27
+ until: push_status.failed is false
28
+ retries: 5
29
when: kolla_registry == 'dockerhub'
30
31
- block:
@@ -39,4 +42,7 @@
39
42
repository: "quay.io/{{ item.RepoTags.0 }}"
40
43
41
44
45
46
47
48
when: kolla_registry == 'quay.io'
0 commit comments