From c60423e0af7061283ae3ef967f4cb0420ee841dd Mon Sep 17 00:00:00 2001 From: AaronHux Date: Sat, 25 May 2024 00:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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