gitea,gitea-runner写入docker-compose

This commit is contained in:
2026-08-03 14:26:23 +08:00
parent 907819d116
commit 7727e3f10e
3 changed files with 43 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
# gitea-runner 自定义镜像:基础 act_runner + nodejscheckout action 需要)
FROM gitea/act_runner:0.6.1
# 国内源安装 nodejsactions/checkout@v4 是 node action,容器内无 node 会报 Cannot find: node in PATH
RUN sed -i 's|dl-cdn.alpinelinux.org|mirrors.aliyun.com|g' /etc/apk/repositories \
&& apk add --no-cache nodejs npm git