[CI] Remove workflow_dispatch way for image build (#5742)
There is some problem for workflow_dispatch way for image build. Let's
remove it first to make CI happy. I'll add it back once it's well
tested.
- vLLM version: v0.13.0
- vLLM main:
2f4e6548ef
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ on:
|
||||
tag:
|
||||
description: 'Docker tag for build results'
|
||||
type: string
|
||||
default: manual
|
||||
default: main
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user