diff --git a/playbooks/image-build/docker-registry.yaml b/playbooks/image-build/docker-registry.yaml index dad327cd43..2a075d68b0 100644 --- a/playbooks/image-build/docker-registry.yaml +++ b/playbooks/image-build/docker-registry.yaml @@ -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: