Compare commits

...

2 Commits

2 changed files with 2 additions and 6 deletions
+1 -6
View File
@@ -1,9 +1,4 @@
FROM node:20-slim
# force rebuild to ensure git is installed
RUN apt-get update && apt-get install -y --no-install-recommends \
git \
&& rm -rf /var/lib/apt/lists/*
FROM node:20
WORKDIR /action
+1
View File
@@ -27,6 +27,7 @@
---
每個階段都會加上明確的 log,並確保即使部分功能未完成也能降級執行、不會中斷 pipeline。
每次執行後請貼 log,我會協助 debug。