Skip to content

Commit ff1a2eb

Browse files
Merge pull request #302 from clobrano/fix-makefile-build-ocp-bundle-0
Fix Makefile calls to build-bundle-ocp
2 parents 03a7003 + b836723 commit ff1a2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ bundle-reset: ## Revert all version or build date related changes
403403
# delete replaces field
404404
sed -r -i "/replaces:.*/d" ${CSV}
405405

406-
.PHONY: bundle-build
406+
.PHONY: bundle-build-ocp
407407
bundle-build-ocp: bundle-ocp bundle-update ## Build the bundle image.
408408
podman build -f bundle.Dockerfile -t $(BUNDLE_IMG) .
409409

@@ -461,7 +461,7 @@ deploy-snr:
461461

462462
.PHONY: container-build
463463
container-build: ## Build containers
464-
make docker-build bundle-build
464+
make docker-build bundle-build-ocp
465465

466466
.PHONY: container-build-k8s
467467
container-build-k8s: ## Build containers

0 commit comments

Comments
 (0)