diff --git a/tutorxqueue/plugin.py b/tutorxqueue/plugin.py index 2977493..e7946fb 100644 --- a/tutorxqueue/plugin.py +++ b/tutorxqueue/plugin.py @@ -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 }}"}, }