From 6e42243373644ccb26b7d89e216b44159de3b5e3 Mon Sep 17 00:00:00 2001 From: Liliesh Date: Sun, 6 Jul 2025 09:36:06 +0200 Subject: [PATCH] Updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c22021..51993f1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ clean: build: echo "Building webpage" - $(ENGINE) run --rm -v "./:/source" liliesh/franky-blag:latest + $(ENGINE) run --rm -v "./:/source" registry.pinkhaj.world/liliesh/franky-blag:latest publish: clean build git add .