From 78e3bdcf664b5299b3594a4964f33d8813ab1d4a Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 9 Feb 2025 14:07:47 -0500 Subject: [PATCH] chore: test use image --- .gitea/workflows/push.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index a3e6af3..c8306d7 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -5,7 +5,8 @@ on: - master jobs: build: - runs-on: golang-ubuntu-latest + container: + image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:golang-ubuntu-latest steps: - name: Check out repository code uses: https://gitea.com/BoYanZh/checkout@focs