[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:
4
.github/workflows/_schedule_image_build.yaml
vendored
4
.github/workflows/_schedule_image_build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user