mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-16 22:27:34 +00:00
Merge pull request #31 from elgnay/fix-build-images
Fix build images issue introduced by pr #30
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user