From 5b9a1ce3aa96362f1d0b8b36b21c797def1058ca Mon Sep 17 00:00:00 2001 From: zs Date: Mon, 2 Mar 2026 21:39:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=A9=E5=B1=95=E5=92=8C=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E6=89=93=E5=8C=85=E6=B5=8B=E8=AF=95=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/web-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/web-deploy.yml b/.gitea/workflows/web-deploy.yml index ff90edf..86e0105 100644 --- a/.gitea/workflows/web-deploy.yml +++ b/.gitea/workflows/web-deploy.yml @@ -10,6 +10,8 @@ on: jobs: deploy: runs-on: arm + container: + image: catthehacker/ubuntu:act-latest steps: - name: 获取代码 uses: actions/checkout@v4