diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cc838b4..45a74c7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,6 +9,8 @@ on: jobs: build: runs-on: gitea_labels + container: + image: gitea-ci-base:latest steps: - name: 检出代码 run: |