Skip to content

Commit

Permalink
Merge pull request #13 from singlestore-labs/build-and-deploy-api-con…
Browse files Browse the repository at this point in the history
…tainer

this should fix the build of the container
  • Loading branch information
wesdottoday authored Oct 17, 2023
2 parents a4d6ef1 + 25d0f9e commit 5a29725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
ECR_REPOSITORY: private_llm_fastapi_server
IMAGE_TAG: latest
run: |
docker build --build-arg="COMMITHASH=${{ env.sha_short }}" -t $ECR_REGISTRY/$ECR_ALIAS/$ECR_REPOSITORY:$IMAGE_TAG .service/api
docker build --build-arg="COMMITHASH=${{ env.sha_short }}" -t $ECR_REGISTRY/$ECR_ALIAS/$ECR_REPOSITORY:$IMAGE_TAG ./service/api
docker push $ECR_REGISTRY/$ECR_ALIAS/$ECR_REPOSITORY:$IMAGE_TAG

0 comments on commit 5a29725

Please sign in to comment.