Skip to content

Commit 750e6da

Browse files
author
Vitaly Korolev
committed
IMG in make should be optional
1 parent 0e33e03 commit 750e6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ OPERATOR_SDK_VERSION ?= v1.34.2
6666
# Image URL to use all building/pushing image targets
6767
# Image for dev: ml-marklogic-operator-dev.bed-artifactory.bedford.progress.com/marklogic-operator-kubernetes
6868
# IMG ?= progressofficial/marklogic-operator-kubernetes:$(VERSION)
69-
IMG = "testrepo/marklogic-operator-image-dev:1.0.0"
69+
IMG ?= "testrepo/marklogic-operator-image-dev:1.0.0"
7070

7171

7272
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)

0 commit comments

Comments
 (0)