[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:
wangxiyuan
2026-01-08 09:27:45 +08:00
committed by GitHub
parent 48811bc0b8
commit 264cc254cc
4 changed files with 9 additions and 17 deletions

View File

@@ -12,7 +12,7 @@
name: Image Build and Push
on:
schedule:
- cron: '0 */2 * * *'
- cron: '0 */4 * * *'
push:
tags:
- 'v*'