From 2ea8786afcb61e1b5446d0112c83cfd3546c76e5 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 20 Oct 2024 16:44:04 -0400 Subject: [PATCH] style: space around equal sign --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a157af..67f2524 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all prepare force-build build push -IMAGE_NAME:=focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim +IMAGE_NAME := focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim all: build