Skip to content

Commit b907855

Browse files
committed
FIxed vllm image
1 parent 7514b7e commit b907855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e_rhoai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
153153
- name: Mirror vllm image
154154
run: |
155-
docker login quay.io -u $QUAY_ROBOT_NAME -p $QUAY_ROBOT_TOKEN
155+
echo "$QUAY_ROBOT_TOKEN" | docker login quay.io -u "$QUAY_ROBOT_NAME" --password-stdin
156156
oc image mirror public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:latest quay.io/rh-ee-cpompeia/vllm-cpu:latest
157157
158158
- name: Deploy OpenShift cluster

0 commit comments

Comments
 (0)