We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c477678 commit 9d654d1Copy full SHA for 9d654d1
Makefile
@@ -10,7 +10,7 @@ OPERATOR_IMG_LATEST ?= ${DOCKER_REPO}/function-mesh:latest
10
#
11
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
12
# example.com/memcached-operator-bundle:$VERSION and example.com/memcached-operator-catalog:$VERSION.
13
-IMAGE_TAG_BASE ?= function-mesh
+IMAGE_TAG_BASE ?= ${DOCKER_REPO}/function-mesh
14
15
# BUNDLE_IMG defines the image:tag used for the bundle.
16
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
0 commit comments