From f8dcc3d6f72ea52c268026160235bf619750a606 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Mon, 30 Sep 2024 06:09:55 -0400 Subject: [PATCH] fix: force build typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbabbdb..ad9c35d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ prepare: cp JOJ3/build/joj3 bin/ force-build: prepare - docker build --no-cache -t focs.ji.sjtu.educn:5000/gitea/runner-images:focs-ubuntu-latest-slim . + docker build --no-cache -t focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim . build: prepare docker build -t focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim .