Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e78c1cba6d | |||
| 689ff9bd5c |
@@ -13,12 +13,12 @@ MODULES := http gemini smtp
|
||||
# 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 =
|
||||
.PHONY: build_$(module)
|
||||
build_$(module): $(module)
|
||||
sudo podman-compose build $(module)
|
||||
sudo podman-compose build $(module) -t $(container_image_name)
|
||||
endef
|
||||
|
||||
define push_module_rule =
|
||||
|
||||
Reference in New Issue
Block a user