Skip to content

Commit

Permalink
update image build process
Browse files Browse the repository at this point in the history
Signed-off-by: Yingchun Guo <[email protected]>
  • Loading branch information
daisy-ycguo committed Sep 13, 2024
1 parent af9c4ca commit 17af09d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/manual-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:

- name: Clone required Repo
run: |
cd ${{ github.workspace }}/${{ inputs.workload }}/docker
docker_compose_path=${{ github.workspace }}/${{ inputs.workload }}/docker/docker_build_compose.yaml
cd ${{ github.workspace }}/${{ inputs.example }}/docker_image_build
docker_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker_image_build/build.yaml
if [[ $(grep -c "tei-gaudi:" ${docker_compose_path}) != 0 ]]; then
git clone https://github.com/huggingface/tei-gaudi.git
fi
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Build Image
uses: opea-project/validation/actions/image-build@main
with:
work_dir: ${{ github.workspace }}/${{ inputs.workload }}/docker
docker_compose_path: ${{ github.workspace }}/${{ inputs.workload }}/docker/docker_build_compose.yaml
work_dir: ${{ github.workspace }}/${{ inputs.workload }}/docker_image_build
docker_compose_path: ${{ github.workspace }}/${{ inputs.workload }}/docker_image_build/build.yaml
registry: ${{ inputs.registry }}/opea
tag: ${{ inputs.tag }}

0 comments on commit 17af09d

Please sign in to comment.