diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a3ccfba..e19dbbf 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,8 +3,8 @@ run-name: ${{ github.actor }} Gitea Actions 🚀🚀🚀 on: push: # Sequence of patterns matched against refs/heads - # branches: - # - main + branches: + - main # Sequence of patterns matched against refs/tags tags: - v* @@ -20,6 +20,10 @@ env: jobs: build: runs-on: ubuntu-latest + container: + image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest + volumes: + - /var/run/user/1000/docker.sock:/var/run/docker.sock steps: # - name: 环境检测 # run: |