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