We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8506da commit 089636cCopy full SHA for 089636c
1 file changed
includes.mk
@@ -10,7 +10,10 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
10
DOCKER_HOST = $(shell echo $$DOCKER_HOST)
11
REGISTRY = $(shell echo $$DEV_REGISTRY)
12
GIT_SHA = $(shell git rev-parse --short HEAD)
13
-IMAGE_PREFIX := deis/
+
14
+ifndef IMAGE_PREFIX
15
+ IMAGE_PREFIX = deis/
16
+endif
17
18
ifndef BUILD_TAG
19
BUILD_TAG = git-$(GIT_SHA)
0 commit comments