diff --git a/Makefile b/Makefile index ed1d05a..5d85886 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,8 @@ ifneq (, $(shell which podman)) CONTAINER_ENGINE = podman endif -IMG ?= quay.io/maistra-dev/$(PROJECT_NAME) +CONTAINER_REGISTRY ?= maistra-dev +IMG ?= quay.io/$(CONTAINER_REGISTRY)/$(PROJECT_NAME) # If the commit is not tagged, use "latest", otherwise use the tag name ifeq ($(GIT_TAG), 0) TAG ?= $(VERSION)