From 501bb395b1870e2c6444f52e6923fae4473b1d50 Mon Sep 17 00:00:00 2001 From: Li Wang Date: Wed, 28 Jan 2026 21:36:44 +0800 Subject: [PATCH] [CI] Fix image build (#6333) Try to fix schedule image build CI - vLLM version: v0.14.1 - vLLM main: https://github.com/vllm-project/vllm/commit/dc917cceb877dfd13f98c538c4c96158047d98bd Signed-off-by: wangli --- .github/workflows/_schedule_image_build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/_schedule_image_build.yaml b/.github/workflows/_schedule_image_build.yaml index 09c6bb6f..3f7207b4 100644 --- a/.github/workflows/_schedule_image_build.yaml +++ b/.github/workflows/_schedule_image_build.yaml @@ -78,8 +78,7 @@ jobs: file: ${{ inputs.dockerfile || 'Dockerfile' }} # only trigger when tag, branch/main push push: ${{ inputs.should_push }} - tags: quay.io/ascend/vllm-ascend - outputs: type=image,push-by-digest=true,name-canonical=true,push=${{ inputs.should_push }} + outputs: type=image,name=quay.io/ascend/vllm-ascend,push-by-digest=true,name-canonical=true,push=${{ inputs.should_push }} build-args: | PIP_INDEX_URL=https://pypi.org/simple provenance: false