From 5bc6654c5e5770b8cfcc23f5756c4ce27b698045 Mon Sep 17 00:00:00 2001 From: Michael Shitrit Date: Tue, 9 Apr 2024 12:43:47 +0300 Subject: [PATCH] leftovers from renaming container-build to container-build-ocp Signed-off-by: Michael Shitrit Signed-off-by: Michael Shitrit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e751f1cc..9c3acd43 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ KUBECTL=oc endif .PHONY: all -all: container-build container-push +all: container-build-ocp container-push ##@ General @@ -505,4 +505,4 @@ container-push: ## Push containers (NOTE: catalog can't be build before bundle make docker-push bundle-push index-build index-push .PHONY: build-and-run -build-and-run: container-build container-push bundle-run +build-and-run: container-build-ocp container-push bundle-run