回到容器模式使用自定义镜像
Some checks failed
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Failing after 0s

This commit is contained in:
2026-01-19 16:24:11 +08:00
parent dd8d802279
commit fe0e98df69

View File

@@ -20,11 +20,7 @@ jobs:
steps: steps:
- name: 检出代码 - name: 检出代码
run: | run: |
if [ ! -d ".git" ]; then
git clone https://git.boss160.cn/csxj2026/junhong_cmp_fiber.git . git clone https://git.boss160.cn/csxj2026/junhong_cmp_fiber.git .
else
git fetch origin
fi
git checkout ${{ github.sha }} git checkout ${{ github.sha }}
- name: 设置镜像标签 - name: 设置镜像标签