From 050c58b1bca2500b042c3bf5497840cf9cd5213b Mon Sep 17 00:00:00 2001 From: Sheetal-ayanworks <125483294+Sheetal-ayanworks@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:04:02 +0530 Subject: [PATCH] Update qa-seed.yml Signed-off-by: Sheetal-ayanworks <125483294+Sheetal-ayanworks@users.noreply.github.com> --- .github/workflows/qa-seed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa-seed.yml b/.github/workflows/qa-seed.yml index 9c888090a..234da5293 100644 --- a/.github/workflows/qa-seed.yml +++ b/.github/workflows/qa-seed.yml @@ -41,7 +41,7 @@ jobs: ECR_REPOSITORY: qa-services IMAGE_TAG: "LEDGER_V_${{ github.run_number }}" run: | - docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f Dockerfiles/Dockerfile.ledger . + docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f Dockerfiles/Dockerfile.seed . docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG docker image list @@ -97,4 +97,4 @@ jobs: # Update the existing service REVISION=$(aws ecs describe-task-definition --task-definition ${FAMILY} --region ap-southeast-1 | jq -r '.taskDefinition.revision') aws ecs update-service --cluster ${CLUSTER} --region ap-southeast-1 --service ${SERVICE_NAME} --task-definition ${FAMILY}:${REVISION} --desired-count ${DESIRED_COUNT} - fi \ No newline at end of file + fi