From 304a45b0add3ab0a401b1ab46f7bdfc9dbac8177 Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Sun, 14 Jun 2026 14:37:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20deploy=20=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E7=BC=BA=E5=B0=91=20Docker=20=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9e9d93c..be03ffc 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,10 +12,11 @@ jobs: if: github.event_name == 'pull_request' runs-on: aliyun steps: - - name: Setup Node.js + - name: Setup Dependencies run: | sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories - apk add --no-cache nodejs + apk add --no-cache nodejs docker docker-cli-compose + dockerd & - name: Checkout uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4" @@ -35,10 +36,11 @@ jobs: if: github.event_name == 'push' runs-on: aliyun steps: - - name: Setup Node.js + - name: Setup Dependencies run: | sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories - apk add --no-cache nodejs + apk add --no-cache nodejs docker docker-cli-compose + dockerd & - name: Checkout uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4" -- 2.49.1