[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:
wangxiyuan
2026-01-09 09:20:30 +08:00
committed by GitHub
parent 97f6be8108
commit 1ff1c96d13
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ on:
tag:
description: 'Docker tag for build results'
type: string
default: manual
default: main
required: true
jobs: