Skip to content

Commit

Permalink
Merge pull request #238 from Cobollatin/feature/indexer
Browse files Browse the repository at this point in the history
...
  • Loading branch information
Cobollatin authored Nov 20, 2024
2 parents 55c8700 + 4a1003d commit 0a76351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/batch_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: github.event_name == 'push' || steps.check-if-image-exists.outputs.skip_build != 'true'
# TODO: Secrets are not working in the build command, we need to fix this
run:
az acr build . --image ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} \
az acr build --image ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} \
--image ${{ env.IMAGE_NAME }}:latest \
--registry ${{ secrets.AZURE_CONTAINER_REGISTRY }} \
-g ${{ secrets.ACR_RESOURCE_GROUP }} \
Expand All @@ -80,7 +80,7 @@ jobs:
--secret-build-arg OPENAI_PROJECT_ID=${{ secrets.OPENAI_PROJECT_ID}} \
--secret-build-arg OPENAI_ORG_NAME=${{ secrets.OPENAI_ORG_NAME}} \
--secret-build-arg OPENAI_ORG_ID=${{ secrets.OPENAI_ORG_ID}} \
--secret-build-arg ENABLE_SEMANTIC_SEARCH=${{ secrets.ENABLE_SEMANTIC_SEARCH}}
--secret-build-arg ENABLE_SEMANTIC_SEARCH=${{ secrets.ENABLE_SEMANTIC_SEARCH}} .
deploy:
runs-on: ubuntu-latest
needs: buildImage
Expand Down

0 comments on commit 0a76351

Please sign in to comment.