t2
CI / test (push) Failing after 1m50s
CI / build-and-test (push) Failing after 44s

This commit is contained in:
2026-09-04 15:38:15 +08:00
parent 763f200917
commit 1e5eb8dadb
+1
View File
@@ -54,6 +54,7 @@ jobs:
- uses: https://gitea.com/actions/checkout@v4 - uses: https://gitea.com/actions/checkout@v4
- name: 安装 Docker 客户端 - name: 安装 Docker 客户端
run: | 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 apt-get update && apt-get install -y docker.io
- name: 构建镜像 - name: 构建镜像
run: docker build -t my-app:latest . run: docker build -t my-app:latest .