Fix image building with custom registry
This commit is contained in:
parent
f585341311
commit
629c7be558
@ -24,8 +24,8 @@ config = {
|
||||
templates = pkg_resources.resource_filename("tutorxqueue", "templates")
|
||||
hooks = {
|
||||
"init": ["mysql", "xqueue"],
|
||||
"build-image": {"xqueue": "{{ XQUEUE_DOCKER_IMAGE }}"},
|
||||
"remote-image": {"xqueue": "{{ XQUEUE_DOCKER_IMAGE }}"},
|
||||
"build-image": {"xqueue": "{{ DOCKER_REGISTRY }}{{ XQUEUE_DOCKER_IMAGE }}"},
|
||||
"remote-image": {"xqueue": "{{ DOCKER_REGISTRY }}{{ XQUEUE_DOCKER_IMAGE }}"},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user