refactor: 將 node action 重建為 docker action

This commit is contained in:
2026-08-06 17:26:02 +00:00
parent 310cf493ef
commit e31e15dac7
457 changed files with 80807 additions and 352 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
ARG NODE_VERSION=alpine
FROM node:24-alpine
FROM node:${NODE_VERSION}
WORKDIR /action
RUN apk add --no-cache git ca-certificates
COPY src/ /action/src/
COPY entrypoint.sh /action/entrypoint.sh