From 3e694a734998708fd692b250b37092ec8259cde5 Mon Sep 17 00:00:00 2001 From: Sean Eagan Date: Wed, 9 Dec 2020 10:59:52 -0600 Subject: [PATCH] Fix container image publishing The existing `image_repo` value was leading to invalid image tag name errors e.g. "https://quay.io/api/v1//airshipit/airshipctl:latest". This updates the value to match the default DOCKER_REGISTRY value in the Makefile. Change-Id: Ifa9112c8b91475593300ff04fd069dff703762af Closes: #437 --- zuul.d/projects.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index ed032932a..d9a1e2832 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -18,7 +18,7 @@ http: "" https: "" noproxy: "" - image_repo: https://quay.io/api/v1/ + image_repo: quay.io check: jobs: - openstack-tox-docs: &docs