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 .