From 6840d711ef6311eafd4a68ad230ec16dd573a964 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 1 Apr 2025 20:45:37 +0200 Subject: [PATCH] fix(Makefile): make FQIN configurable --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 56ea0bf..28ce696 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ CONTAINER_RUNTIME?=$(shell which podman) # DC_IMAGE_REGISTRY_NAME # Defines the name of the new container to be built using several variables. -DC_IMAGE_REGISTRY_NAME:=git.cryptic.systems -DC_IMAGE_REGISTRY_USER:=volker.raschek +DC_IMAGE_REGISTRY_NAME?=git.cryptic.systems +DC_IMAGE_REGISTRY_USER?=volker.raschek DC_IMAGE_NAMESPACE?=${DC_IMAGE_REGISTRY_USER} DC_IMAGE_NAME:=docker-compose