diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-22 13:42:35 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-22 13:42:35 +0100 |
| commit | e49ccc5aa3a55b3a3f5229839383861585dec9c6 (patch) | |
| tree | 223a454274d68883fecef8308e003a83fe257f68 | |
| parent | e78c1cba6dd818e78ab462ca37583d8e5760b528 (diff) | |
no more prefixes in container_image_name (incompatible with compose.yml)
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,12 +13,12 @@ MODULES := http gemini smtp # 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 = .PHONY: build_$(module) build_$(module): $(module) - sudo podman-compose build $(module) -t $(container_image_name) + sudo podman-compose build $(module) endef define push_module_rule = |
