diff --git a/tutornotes/plugin.py b/tutornotes/plugin.py index 440d838..7440970 100644 --- a/tutornotes/plugin.py +++ b/tutornotes/plugin.py @@ -24,8 +24,8 @@ config = { templates = pkg_resources.resource_filename("tutornotes", "templates") hooks = { "init": ["mysql", "lms", "notes"], - "build-image": {"notes": "{{ NOTES_DOCKER_IMAGE }}"}, - "remote-image": {"notes": "{{ NOTES_DOCKER_IMAGE }}"}, + "build-image": {"notes": "{{ DOCKER_REGISTRY }}{{ NOTES_DOCKER_IMAGE }}"}, + "remote-image": {"notes": "{{ DOCKER_REGISTRY }}{{ NOTES_DOCKER_IMAGE }}"}, }