diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-02 09:42:26 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-02 09:42:26 +0100 |
| commit | 1385472aaf18373d8c713f4235352c494a3fd2a4 (patch) | |
| tree | c6110c09ef95b5737c1f0a07b9d5d5d01bca1818 /make | |
| parent | 5fd15c706b2f05b20f6441d07c68141d93e30ca8 (diff) | |
push_module does not require build_module
Diffstat (limited to 'make')
| -rw-r--r-- | make/container.mk | 2 |
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 |
