Compare commits
2 Commits
7c3ce01b27
...
e78c1cba6d
| Author | SHA1 | Date | |
|---|---|---|---|
| e78c1cba6d | |||
| 689ff9bd5c |
@@ -13,12 +13,12 @@ MODULES := http gemini smtp
|
|||||||
# FUNCTIONS #
|
# FUNCTIONS #
|
||||||
#############
|
#############
|
||||||
|
|
||||||
container_image_name = $(REGISTRY_DOMAIN)/$(REGISTRY_USER)/$(IMAGE_PREFIX)$(module)
|
container_image_name = $(REGISTRY_DOMAIN)/$(REGISTRY_USER)/$(IMAGE_PREFIX)joeac.net-$(module)
|
||||||
|
|
||||||
define build_module_rule =
|
define build_module_rule =
|
||||||
.PHONY: build_$(module)
|
.PHONY: build_$(module)
|
||||||
build_$(module): $(module)
|
build_$(module): $(module)
|
||||||
sudo podman-compose build $(module)
|
sudo podman-compose build $(module) -t $(container_image_name)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define push_module_rule =
|
define push_module_rule =
|
||||||
|
|||||||
Reference in New Issue
Block a user