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
This commit is contained in:
Sean Eagan 2020-12-09 10:59:52 -06:00
parent 4aa3abd8b0
commit 3e694a7349

View File

@ -18,7 +18,7 @@
http: ""
https: ""
noproxy: ""
image_repo: https://quay.io/api/v1/
image_repo: quay.io
check:
jobs:
- openstack-tox-docs: &docs