refactor: 將 node action 重建為 docker action
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user