From ff502ae696579ebe14a223fb309a5acdc963ebd7 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Thu, 12 Dec 2024 09:31:30 +0800 Subject: [PATCH] [CI] Follow up: I7baf7391d2bc7f0f17f525792eff5c0c82e41b42 Change-Id: I39eb163e05205ecac945d60bbc3eeae665804446 --- playbooks/image-build/docker-registry.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: