diff --git a/Makefile b/Makefile index 078cd0ea..41b33cdb 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ifndef VERSION $(error VERSION is not set) endif -ifeq ($(TARGET), "GHCR" ] +ifeq ($(TARGET), "GHCR") NAME=ghcr.io/$(NAME) endif