From cdd6709bd5bcca043932c1395f4946fba0d3a957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E7=9B=AE=E7=AE=A1=E7=90=86=E5=91=98?= Date: Tue, 6 Jun 2023 13:40:07 +0800 Subject: [PATCH] fix: ci --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dd8b2d7..1db2811 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,7 +65,8 @@ steps: - cat .tags - name: 代码构建 pull: if-not-exists - image: registry.k8s.1000my.com/library/node:16.15.0-slim + # image: registry.k8s.1000my.com/library/node:16.15.0-slim + image: registry.cn-hangzhou.aliyuncs.com/tgabc-namespace/tgabc:node-14-slim-python2 volumes: - name: node path: /drone/src/node_modules