[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:
zhangxinyuehfad
2026-03-28 11:31:16 +08:00
committed by GitHub
parent f83cb0e6dc
commit c1cefd26de
3 changed files with 4 additions and 4 deletions

View File

@@ -157,8 +157,8 @@ jobs:
# which follow the rule from vLLM with prefix v
# TODO(yikun): the post release might be considered as latest release
tags: |
type=ref,event=branch,suffix=${{ env.SUFFIX }}
type=ref,event=pr,suffix=${{ env.SUFFIX }}
type=ref,event=branch,prefix=nightly-,suffix=${{ env.SUFFIX }}
type=ref,event=pr,prefix=nightly-,suffix=${{ env.SUFFIX }}
type=pep440,pattern={{raw}},suffix=${{ env.SUFFIX }}
flavor:
latest=false

View File

@@ -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"

View File

@@ -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"