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

This commit is contained in:
2026-05-22 14:31:23 +08:00
parent caf99f962e
commit 74a06e9982
2 changed files with 8 additions and 15 deletions

View File

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