ci: set image directly

This commit is contained in:
张泊明518370910136 2024-09-15 22:42:23 -04:00
parent 07ed197567
commit 74b3adde3d
GPG Key ID: D47306D7062CDA9D

View File

@ -6,7 +6,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
steps:
- name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs