diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index e62674e..1f422a8 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -8,8 +8,8 @@ jobs: # container: catthehacker/ubuntu:act-latest container: image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest - # volumes: - # - /run/docker.sock:/run/docker.sock + volumes: + - /run/docker.sock:/run/docker.sock # env: # DOCKER_ORG: gitea # DOCKER_LATEST: latest