summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/container.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/container.mk b/make/container.mk
index 5d8a47b..b62dac0 100644
--- a/make/container.mk
+++ b/make/container.mk
@@ -18,7 +18,7 @@ endef
define push_module_rule =
.PHONY: push_$(module)
-push_$(module): $(if $(is_containerised),login_registry build_$(module))
+push_$(module): $(if $(is_containerised),login_registry)
$(if $(is_containerised),\
podman push $(container_image_name))
endef