ci: hardcode Gitea registry (vars context falls back to docker.io on this instance)
build-sglang-image / build (push) Failing after 24m13s
build-sglang-image / build (push) Failing after 24m13s
This commit is contained in:
@@ -15,7 +15,8 @@ on:
|
|||||||
branches: [dsv41-pd]
|
branches: [dsv41-pd]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ vars.REGISTRY != '' && vars.REGISTRY || 'git.agentwithu.com' }}
|
# 直接写死 Gitea 自带 registry(vars context 在该实例上求值异常会导致回退 docker.io)
|
||||||
|
REGISTRY: git.agentwithu.com
|
||||||
IMAGE_NAME: minke.yu/sglang
|
IMAGE_NAME: minke.yu/sglang
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user