push_module does not require build_module

This commit is contained in:
2026-07-02 09:42:26 +01:00
parent 5fd15c706b
commit 1385472aaf
+1 -1
View File
@@ -18,7 +18,7 @@ endef
define push_module_rule = define push_module_rule =
.PHONY: push_$(module) .PHONY: push_$(module)
push_$(module): $(if $(is_containerised),login_registry build_$(module)) push_$(module): $(if $(is_containerised),login_registry)
$(if $(is_containerised),\ $(if $(is_containerised),\
podman push $(container_image_name)) podman push $(container_image_name))
endef endef