summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make/container.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/container.mk b/make/container.mk
index b62dac0..a3e23e6 100644
--- a/make/container.mk
+++ b/make/container.mk
@@ -5,7 +5,7 @@ IMAGE_PREFIX := $(if $(filter armv7%,$(CPU_ARCH)),armv7/)
REGISTRY_DOMAIN := git.joeac.net
REGISTRY_USER := joeac
-container_image_name = $(REGISTRY_DOMAIN)/$(REGISTRY_USER)/$(CONTAINER_PREFIX)joeac.net-$(module)
+container_image_name = $(shell podman-compose config | yq ".services.$(module).image")
is_containerised = $(filter $(COMPOSE_SERVICES),$(module))
has_dockerfile = $(shell test -f $(module).Dockerfile)