[fix]:[20251208][drone 增加前端工程的cicd 2]
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kale 2025-12-08 03:28:28 -05:00
parent bcdf49f72e
commit 00bde2e706

View File

@ -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