diff --git a/playbooks/roles/registry/templates/docker-compose.yaml.j2 b/playbooks/roles/registry/templates/docker-compose.yaml.j2 index e99d094e3c..2a39dff56c 100644 --- a/playbooks/roles/registry/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/registry/templates/docker-compose.yaml.j2 @@ -6,7 +6,7 @@ services: registry: restart: always network_mode: host - image: docker.io/zuul/zuul-registry + image: quay.io/zuul-ci/zuul-registry user: "{{ registry_service_user_id }}:{{ registry_service_group_id }}" volumes: - /var/registry/certs:/certs