From 2348a37d2942e782c2b855990dc3bb73981b0a4f Mon Sep 17 00:00:00 2001 From: informatter Date: Wed, 20 Mar 2024 11:35:33 +0000 Subject: [PATCH] changed the repository name to sample-ai-rag-api --- .github/workflows/backend_ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend_ci_cd.yml b/.github/workflows/backend_ci_cd.yml index c43726e..2f4cc37 100644 --- a/.github/workflows/backend_ci_cd.yml +++ b/.github/workflows/backend_ci_cd.yml @@ -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