[CI] fix image build tag (#5703)
ref doesn't work with workflow_dispatch, let's change it to raw way
This PR also merge the pr_create job into one runner to save resource.
- vLLM version: v0.13.0
- vLLM main:
2f4e6548ef
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
2
.github/workflows/_schedule_image_build.yaml
vendored
2
.github/workflows/_schedule_image_build.yaml
vendored
@@ -144,7 +144,7 @@ jobs:
|
||||
tags: |
|
||||
type=pep440,pattern={{raw}},suffix=${{ env.SUFFIX }}
|
||||
type=schedule,pattern=main,suffix=${{ env.SUFFIX }}
|
||||
type=ref,event=workflow_dispatch,suffix=${{ env.SUFFIX }}
|
||||
type=raw,event=workflow_dispatch,suffix=${{ env.SUFFIX }}
|
||||
flavor:
|
||||
latest=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user