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:
parent
4aa3abd8b0
commit
3e694a7349
@ -18,7 +18,7 @@
|
||||
http: ""
|
||||
https: ""
|
||||
noproxy: ""
|
||||
image_repo: https://quay.io/api/v1/
|
||||
image_repo: quay.io
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-docs: &docs
|
||||
|
Loading…
Reference in New Issue
Block a user