From 86413e55c1e836aea77a6640833c72f89647cdc5 Mon Sep 17 00:00:00 2001 From: Yang Le Date: Fri, 10 Jul 2020 15:04:29 +0800 Subject: [PATCH] Fix build images issue introduced by pr #30 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a33dbea0..15d3cc767 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ kustomize_dir:=$(dir $(KUSTOMIZE)) # $2 - Dockerfile path # $3 - context directory for image build # It will generate target "image-$(1)" for builing the image an binding it as a prerequisite to target "images". -$(call build-image,work,$(IMAGE_REGISTRY)/open-cluster-management/work,./Dockerfile,.) +$(call build-image,work,$(IMAGE_REGISTRY)/work,./Dockerfile,.) clean: $(RM) ./work