Skip to content

Commit 34cce83

Browse files
committed
Merge pull request #3776 from mboersma/fix-logspout-image-prefix
fix(logspout): use $IMAGE_PREFIX like other components
2 parents d486c84 + c7742b0 commit 34cce83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logspout/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GO_PACKAGES = utils
88
GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path)/,$(GO_PACKAGES))
99

1010
COMPONENT = $(notdir $(repo_path))
11-
DOCKER_IMAGE := deis/$(COMPONENT)
11+
DOCKER_IMAGE := $(IMAGE_PREFIX)$(COMPONENT)
1212
RELEASE_IMAGE := $(DOCKER_IMAGE):$(BUILD_TAG)
1313
DEV_DOCKER_IMAGE := $(DEV_REGISTRY)/$(RELEASE_IMAGE)
1414

0 commit comments

Comments
 (0)