From 1e5eb8dadb117ea3b8d67d0a8744f5b24b46af08 Mon Sep 17 00:00:00 2001 From: RyRh <3123294924@qq.com> Date: Fri, 4 Sep 2026 15:38:15 +0800 Subject: [PATCH] t2 --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 78e8947..4cc3b74 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -54,6 +54,7 @@ jobs: - uses: https://gitea.com/actions/checkout@v4 - name: 安装 Docker 客户端 run: | + sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list.d/debian.sources apt-get update && apt-get install -y docker.io - name: 构建镜像 run: docker build -t my-app:latest .