From decccaee805b255686dc13dee346cd372b9409a4 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 11 Nov 2024 12:13:49 +0100 Subject: [PATCH] build(Makefile): rename image rebuild --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0bc995caa..0cc046778 100644 --- a/Makefile +++ b/Makefile @@ -192,9 +192,9 @@ lint-%: --act ; echo "$(PORTS)" | sed 's/ /\n/g' > $${CONTAINER_FILE} ; \ $(MAKE) -- --$* CONTAINER_FILE=$${CONTAINER_FILE} CONTAINER_IDENT=$${CONTAINER_IDENT} -.PHONY: image-rebuild_% -# HELP(image-rebuild_{backend,frontend,database,memcached,minio}): force-rebuild the stated docker image -image-rebuild_%: +.PHONY: rebuild-% +# HELP(rebuild-{backend,frontend,database,memcached,minio}): force-rebuild the stated docker image +rebuild-%: $(MAKE) -- --image-build SERVICE=$* NO_CACHE=--no-cache --image-build: ifeq "$(CONTAINER_CMD)" "localhost/fradrive/$(SERVICE)"