[CI] Follow up: I7baf7391d2bc7f0f17f525792eff5c0c82e41b42
Change-Id: I39eb163e05205ecac945d60bbc3eeae665804446
This commit is contained in:
parent
17b7c60270
commit
ff502ae696
@ -19,12 +19,13 @@
|
||||
daemon_reload: true
|
||||
|
||||
- name: Login to quay.io
|
||||
become: true
|
||||
docker_login:
|
||||
registry: quay.io
|
||||
username: "{{ trove_quay_io_creds.username | trim }}"
|
||||
password: "{{ trove_quay_io_creds.password | trim }}"
|
||||
|
||||
# sync images to quay.io to avoid docker rate limitation
|
||||
# sync images to quay.io to avoid docker pull rate limit.
|
||||
- name: retag and push images
|
||||
become: true
|
||||
community.docker.docker_image:
|
||||
|
Loading…
Reference in New Issue
Block a user