ci: hardcode Gitea registry (vars context falls back to docker.io on this instance)
build-sglang-image / build (push) Failing after 24m13s

This commit is contained in:
2026-09-22 18:23:35 +08:00
parent a78da9b524
commit 4b3b367b63
+2 -1
View File
@@ -15,7 +15,8 @@ on:
branches: [dsv41-pd] branches: [dsv41-pd]
env: env:
REGISTRY: ${{ vars.REGISTRY != '' && vars.REGISTRY || 'git.agentwithu.com' }} # 直接写死 Gitea 自带 registryvars context 在该实例上求值异常会导致回退 docker.io)
REGISTRY: git.agentwithu.com
IMAGE_NAME: minke.yu/sglang IMAGE_NAME: minke.yu/sglang
jobs: jobs: