We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d486c84 + c7742b0 commit 34cce83Copy full SHA for 34cce83
1 file changed
logspout/Makefile
@@ -8,7 +8,7 @@ GO_PACKAGES = utils
8
GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path)/,$(GO_PACKAGES))
9
10
COMPONENT = $(notdir $(repo_path))
11
-DOCKER_IMAGE := deis/$(COMPONENT)
+DOCKER_IMAGE := $(IMAGE_PREFIX)$(COMPONENT)
12
RELEASE_IMAGE := $(DOCKER_IMAGE):$(BUILD_TAG)
13
DEV_DOCKER_IMAGE := $(DEV_REGISTRY)/$(RELEASE_IMAGE)
14
0 commit comments