[v0.18.0][CI] Add nightly- prefix to branch/PR image tags (#7765)
### What this PR does / why we need it? Add nightly- prefix to branch/PR image tags Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# This file is a part of the vllm-ascend project.
|
||||
#
|
||||
|
||||
FROM quay.io/ascend/vllm-ascend:releases-v0.18.0
|
||||
FROM quay.io/ascend/vllm-ascend:nightly-releases-v0.18.0
|
||||
|
||||
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
|
||||
ARG AIS_BENCH_TAG="v3.0-20250930-master"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
# This file is a part of the vllm-ascend project.
|
||||
#
|
||||
|
||||
FROM quay.io/ascend/vllm-ascend:releases-v0.18.0-a3
|
||||
FROM quay.io/ascend/vllm-ascend:nightly-releases-v0.18.0-a3
|
||||
|
||||
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
|
||||
ARG AIS_BENCH_TAG="v3.0-20250930-master"
|
||||
|
||||
Reference in New Issue
Block a user