Skip to content

Commit 9d654d1

Browse files
committed
minor fixes
1 parent c477678 commit 9d654d1

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
@@ -10,7 +10,7 @@ OPERATOR_IMG_LATEST ?= ${DOCKER_REPO}/function-mesh:latest
1010
#
1111
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
1212
# example.com/memcached-operator-bundle:$VERSION and example.com/memcached-operator-catalog:$VERSION.
13-
IMAGE_TAG_BASE ?= function-mesh
13+
IMAGE_TAG_BASE ?= ${DOCKER_REPO}/function-mesh
1414

1515
# BUNDLE_IMG defines the image:tag used for the bundle.
1616
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)

0 commit comments

Comments
 (0)