fix(cleanup-release): harden API cleanup flow
CI / 1. BUILD (pull_request) Successful in 4s
CI / 2. TEST (pull_request) Failing after 6m52s
CI / 3. RESULT (pull_request) Has been skipped

This commit is contained in:
2026-07-11 13:50:16 +00:00
parent 29b3e37b79
commit d667c66726
5 changed files with 172 additions and 228 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# 更新日期:2026/07/11 21:02:25
# 允許在建置時指定 Node.js 版本標籤
ARG NODE_VERSION=alpine
ARG NODE_VERSION=22-alpine
# 使用指定版本的 Node.js 基底映像
FROM node:${NODE_VERSION}