Merge pull request #31 from elgnay/fix-build-images

Fix build images issue introduced by pr #30
This commit is contained in:
OpenShift Merge Robot
2020-07-10 14:11:03 +02:00
committed by GitHub

View File

@@ -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