diff --git a/.github/workflows/_example-workflow.yml b/.github/workflows/_example-workflow.yml index 7e86ed288b..3c45ff996d 100644 --- a/.github/workflows/_example-workflow.yml +++ b/.github/workflows/_example-workflow.yml @@ -53,15 +53,15 @@ jobs: - name: Clone required Repo run: | cd ${{ github.workspace }}/${{ inputs.example }}/docker - build_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker/docker_build_compose.yaml + docker_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker/docker_build_compose.yaml if [[ $(grep -c "tei-gaudi:" ${docker_compose_path}) != 0 ]]; then git clone https://github.com/huggingface/tei-gaudi.git fi if [[ $(grep -c "vllm:" ${docker_compose_path}) != 0 ]]; then - git clone https://github.com/huggingface/tei-gaudi.git + git clone https://github.com/vllm-project/vllm.git fi git clone https://github.com/opea-project/GenAIComps.git - cd GenAIComps && checkout ${{ inputs.GenAIComps_branch }} && cd ../ + cd GenAIComps && git checkout ${{ inputs.GenAIComps_branch }} && cd ../ - name: Build Image if: ${{ fromJSON(inputs.build) }} diff --git a/.github/workflows/manual-bom-scan.yml b/.github/workflows/manual-bom-scan.yml index 4be4600f48..f65738d1ef 100644 --- a/.github/workflows/manual-bom-scan.yml +++ b/.github/workflows/manual-bom-scan.yml @@ -1,7 +1,7 @@ # Copyright (C) 2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -name: Examples docker images BoM scan +name: Examples docker images BoM scan on manual event on: workflow_dispatch: inputs: diff --git a/.github/workflows/manual-docker-publish.yml b/.github/workflows/manual-docker-publish.yml index 44315a6df4..19626edaa2 100644 --- a/.github/workflows/manual-docker-publish.yml +++ b/.github/workflows/manual-docker-publish.yml @@ -1,7 +1,7 @@ # Copyright (C) 2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -name: Examples CD workflow on manual event +name: Examples publish docker image on manual event on: workflow_dispatch: inputs: