更新 .gitea/workflows/deploy.yaml
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Failing after 5s

This commit is contained in:
2026-05-07 16:48:39 +08:00
parent 92c5c4ed50
commit e3f4b05602

View File

@@ -18,11 +18,11 @@ jobs:
steps:
- name: 检出代码
run: |
export PATH="$HOME/.nix-profile/bin:/usr/local/bin:/usr/bin:/bin:$PATH"
export GIT_SSL_NO_VERIFY=1
git clone https://git.boss160.cn/luo/c-xmot-iot.git .
git checkout ${{ github.sha }}
uses: actions/checkout@v4
with:
fetch-depth: 1
lfs: false
submodules: false
- name: 设置镜像标签
id: tag