[CI] Fix image build (#6333)
Try to fix schedule image build CI
- vLLM version: v0.14.1
- vLLM main:
dc917cceb8
Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
3
.github/workflows/_schedule_image_build.yaml
vendored
3
.github/workflows/_schedule_image_build.yaml
vendored
@@ -78,8 +78,7 @@ jobs:
|
|||||||
file: ${{ inputs.dockerfile || 'Dockerfile' }}
|
file: ${{ inputs.dockerfile || 'Dockerfile' }}
|
||||||
# only trigger when tag, branch/main push
|
# only trigger when tag, branch/main push
|
||||||
push: ${{ inputs.should_push }}
|
push: ${{ inputs.should_push }}
|
||||||
tags: quay.io/ascend/vllm-ascend
|
outputs: type=image,name=quay.io/ascend/vllm-ascend,push-by-digest=true,name-canonical=true,push=${{ inputs.should_push }}
|
||||||
outputs: type=image,push-by-digest=true,name-canonical=true,push=${{ inputs.should_push }}
|
|
||||||
build-args: |
|
build-args: |
|
||||||
PIP_INDEX_URL=https://pypi.org/simple
|
PIP_INDEX_URL=https://pypi.org/simple
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|||||||
Reference in New Issue
Block a user