[CI] hot fix for nightly image build tag (#6367)
### What this PR does / why we need it?
The base image of `releases/v0.13.0` should tagged as
`releases/v0.13.0-**`
- vLLM version: v0.14.1
- vLLM main:
dc917cceb8
Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
2
.github/Dockerfile.nightly.a2
vendored
2
.github/Dockerfile.nightly.a2
vendored
@@ -15,7 +15,7 @@
|
||||
# This file is a part of the vllm-ascend project.
|
||||
#
|
||||
|
||||
FROM quay.io/ascend/vllm-ascend:v0.13.0-dev
|
||||
FROM quay.io/ascend/vllm-ascend:releases-v0.13.0
|
||||
|
||||
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
|
||||
ARG AIS_BENCH_TAG="v3.0-20250930-master"
|
||||
|
||||
2
.github/Dockerfile.nightly.a3
vendored
2
.github/Dockerfile.nightly.a3
vendored
@@ -15,7 +15,7 @@
|
||||
# This file is a part of the vllm-ascend project.
|
||||
#
|
||||
|
||||
FROM quay.io/ascend/vllm-ascend:v0.13.0-dev-a3
|
||||
FROM quay.io/ascend/vllm-ascend:releases-v0.13.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