Makefile: Fix default naming of images

This got broken in Change-Id If2e3cc7693ce5e7c1c95d2f81e302c72bb4230be

Change-Id: I97f9eb3f203301ebc2315ff38216d5b4502eb3d2
This commit is contained in:
Harald Welte 2018-06-03 17:17:58 +00:00
parent cf81610bd4
commit 4648003d0f
1 changed files with 1 additions and 1 deletions

View File

@ -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)