We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d486c84 commit c7742b0Copy full SHA for c7742b0
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