Skip to content

Commit

Permalink
Merge pull request #317 from mshitrit/leftovers-form-container-rename
Browse files Browse the repository at this point in the history
leftovers from renaming container-build to container-build-ocp
  • Loading branch information
mshitrit authored Apr 15, 2024
2 parents 9c6675f + 5bc6654 commit 02a64c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ KUBECTL=oc
endif

.PHONY: all
all: container-build container-push
all: container-build-ocp container-push

##@ General

Expand Down Expand Up @@ -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

0 comments on commit 02a64c1

Please sign in to comment.