no more prefixes in container_image_name (incompatible with compose.yml)

This commit is contained in:
2026-06-22 13:42:35 +01:00
parent e78c1cba6d
commit e49ccc5aa3
+2 -2
View File
@@ -13,12 +13,12 @@ MODULES := http gemini smtp
# FUNCTIONS # # FUNCTIONS #
############# #############
container_image_name = $(REGISTRY_DOMAIN)/$(REGISTRY_USER)/$(IMAGE_PREFIX)joeac.net-$(module) container_image_name = $(REGISTRY_DOMAIN)/$(REGISTRY_USER)/joeac.net-$(module)
define build_module_rule = define build_module_rule =
.PHONY: build_$(module) .PHONY: build_$(module)
build_$(module): $(module) build_$(module): $(module)
sudo podman-compose build $(module) -t $(container_image_name) sudo podman-compose build $(module)
endef endef
define push_module_rule = define push_module_rule =