Skip to content

Commit 089636c

Browse files
committed
ref(includes.mk): parameterize Docker image name prefix
1 parent f8506da commit 089636c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

includes.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
1010
DOCKER_HOST = $(shell echo $$DOCKER_HOST)
1111
REGISTRY = $(shell echo $$DEV_REGISTRY)
1212
GIT_SHA = $(shell git rev-parse --short HEAD)
13-
IMAGE_PREFIX := deis/
13+
14+
ifndef IMAGE_PREFIX
15+
IMAGE_PREFIX = deis/
16+
endif
1417

1518
ifndef BUILD_TAG
1619
BUILD_TAG = git-$(GIT_SHA)

0 commit comments

Comments
 (0)