From 736c03cf366a05814a5b8a454e9947975947b30c Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 12 Sep 2024 02:51:12 -0400 Subject: [PATCH] fix: tag --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 28862c9..94e0769 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: build build: - docker build -t focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest . + docker build -t focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim . push: - docker push focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest + docker push focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim