From dbfc32309a2788add1df20325ccc76c029711ac2 Mon Sep 17 00:00:00 2001 From: AaronHux Date: Fri, 24 May 2024 18:14:51 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index cacf66a..fb5a0a5 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -4,8 +4,9 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: server + runs-on: server container: + image: ghcr.io/catthehacker/ubuntu:act-latest volumes: - /run/docker.sock:/run/docker.sock steps: