From 124b040d491d2a2a968c60f228d218cc91739f85 Mon Sep 17 00:00:00 2001 From: Ugo Giordano Date: Thu, 12 Dec 2024 13:21:49 +0100 Subject: [PATCH] Removed IMAGE_OWNER from README.md. (#1444) --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index bce1b2b244d..87bec302e6d 100644 --- a/README.md +++ b/README.md @@ -145,12 +145,6 @@ e.g `make image-build USE_LOCAL=true"` ```commandline make image IMG=quay.io//opendatahub-operator: ``` - - or (for example to user ) - - ```commandline - make image IMAGE_OWNER= - ``` The default image used is `quay.io/opendatahub/opendatahub-operator:dev-0.0.1` when not supply argument for `make image`