Makefile: Fix default naming of images
This got broken in Change-Id If2e3cc7693ce5e7c1c95d2f81e302c72bb4230be Change-Id: I97f9eb3f203301ebc2315ff38216d5b4502eb3d2changes/35/9435/1
parent
cf81610bd4
commit
4648003d0f
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue