We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65dc43 commit fb7f170Copy full SHA for fb7f170
1 file changed
.github/workflows/_build_image.yml
@@ -89,6 +89,7 @@ jobs:
89
docker_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker_image_build/build.yaml
90
git clone --depth 1 --branch ${{ inputs.opea_branch }} https://github.com/opea-project/GenAIComps.git
91
cd GenAIComps && git rev-parse HEAD && cd ../
92
+ echo "OPEA_IMAGE_REPO is ${OPEA_IMAGE_REPO}"
93
94
- name: Build Image
95
uses: opea-project/validation/actions/image-build@main
0 commit comments