Fix image building with custom registry
This commit is contained in:
parent
4bf5eac7f2
commit
5c68e72d36
@ -24,8 +24,8 @@ config = {
|
|||||||
templates = pkg_resources.resource_filename("tutornotes", "templates")
|
templates = pkg_resources.resource_filename("tutornotes", "templates")
|
||||||
hooks = {
|
hooks = {
|
||||||
"init": ["mysql", "lms", "notes"],
|
"init": ["mysql", "lms", "notes"],
|
||||||
"build-image": {"notes": "{{ NOTES_DOCKER_IMAGE }}"},
|
"build-image": {"notes": "{{ DOCKER_REGISTRY }}{{ NOTES_DOCKER_IMAGE }}"},
|
||||||
"remote-image": {"notes": "{{ NOTES_DOCKER_IMAGE }}"},
|
"remote-image": {"notes": "{{ DOCKER_REGISTRY }}{{ NOTES_DOCKER_IMAGE }}"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user