Skip to content

Commit

Permalink
changed the repository name to sample-ai-rag-api (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
informatter authored Mar 20, 2024
1 parent dda1412 commit 635b2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
env:
IMAGE_TAG: ${{ steps.extract_branch_name.outputs.branch }}
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
REPOSITORY: sample-ai-rag-app
REPOSITORY: sample-ai-rag-api
run: |
docker build --build-arg="POETRY_VERSION=${{env.POETRY_VERSION}}" -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -f backend.dockerfile .
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit 635b2f8

Please sign in to comment.