Skip to content

Commit 8383b87

Browse files
chensuyuedmsuehir
authored andcommitted
Fix CD workflow typos (opea-project#605)
Signed-off-by: chensuyue <suyue.chen@intel.com> Signed-off-by: dmsuehir <dina.s.jones@intel.com>
1 parent 82e3594 commit 8383b87

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/_example-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
- name: Clone required Repo
5858
run: |
5959
cd ${{ github.workspace }}/${{ inputs.example }}/docker
60-
build_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker/docker_build_compose.yaml
60+
docker_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker/docker_build_compose.yaml
6161
if [[ $(grep -c "tei-gaudi:" ${docker_compose_path}) != 0 ]]; then
6262
git clone https://github.com/huggingface/tei-gaudi.git
6363
fi
6464
if [[ $(grep -c "vllm:" ${docker_compose_path}) != 0 ]]; then
65-
git clone https://github.com/huggingface/tei-gaudi.git
65+
git clone https://github.com/vllm-project/vllm.git
6666
fi
6767
git clone https://github.com/opea-project/GenAIComps.git
68-
cd GenAIComps && checkout ${{ inputs.GenAIComps_branch }} && cd ../
68+
cd GenAIComps && git checkout ${{ inputs.GenAIComps_branch }} && cd ../
6969
7070
- name: Build Image
7171
if: ${{ fromJSON(inputs.build) }}

.github/workflows/manual-bom-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
name: Examples docker images BoM scan
4+
name: Examples docker images BoM scan on manual event
55
on:
66
workflow_dispatch:
77
inputs:

.github/workflows/manual-docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
name: Examples CD workflow on manual event
4+
name: Examples publish docker image on manual event
55
on:
66
workflow_dispatch:
77
inputs:

0 commit comments

Comments
 (0)