From 00bde2e706107e43699c2a68c8910462e585579e Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 03:28:28 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[20251208][drone=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=B7=A5=E7=A8=8B=E7=9A=84cicd=202]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5d2d7cc..64adebc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -111,7 +111,7 @@ clone: steps: - name: frontend-build - image: node:20 + image: registry.cn-beijing.aliyuncs.com/yinzy/node:20.11-alpine3.19 pull: false volumes: - name: node-cache @@ -227,6 +227,7 @@ steps: file_exists: overwrite depends_on: - docker_build + - frontend_docker_build - name: summary image: alpine