1
Some checks failed
全局K3s部署 / deploy (push) Failing after 30s

This commit is contained in:
2026-05-22 14:30:02 +08:00
parent f11eadb0e8
commit caf99f962e
2 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
FROM gitea/gitea:latest
# 拷贝预设工作流模板到容器内仓库模板目录
COPY ./workflow_template/.gitea /data/gitea/templates/repo/.gitea
# 多阶段构建 - 第一阶段:编译(使用已安装的镜像)
FROM golang:1.26-alpine3.23 AS builder