aboutsummaryrefslogtreecommitdiffstats
path: root/make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'make/Makefile')
-rw-r--r--make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Makefile b/make/Makefile
index 231b685..5bbdbb7 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -18,7 +18,7 @@ USERNAME?=$(USER)
NAME?=$(shell basename $(CURDIR))
RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-release-support
-IMAGE?=$(REGISTRY_HOST)/$(NAME)
+IMAGE?=$(REGISTRY_HOST)/$(USER)/$(NAME)
VERSION?=$(shell . $(RELEASE_SUPPORT) ; getRelease)