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"