From e4f996da287b852239268168ec3a2ed6f5190bdc Mon Sep 17 00:00:00 2001 From: rf-opssupport <84499879+rf-opssupport@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:33:35 +0530 Subject: [PATCH] Update dev-ci-cd.yml --- .github/workflows/dev-ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-ci-cd.yml b/.github/workflows/dev-ci-cd.yml index 191fa97..5df2251 100644 --- a/.github/workflows/dev-ci-cd.yml +++ b/.github/workflows/dev-ci-cd.yml @@ -70,7 +70,7 @@ jobs: file: ./Dockerfile builder: ${{ steps.buildx.outputs.name }} push: true - tags: ${{ steps.login-ecr.outputs.registry }}/awards-service:${{ steps.vars.outputs.branch }}_${{ steps.vars.outputs.sha_short }} + tags: ${{ steps.login-ecr.outputs.registry }}/workflow-service-dev-uat:${{ steps.vars.outputs.branch }}_${{ steps.vars.outputs.sha_short }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache env: @@ -91,10 +91,10 @@ jobs: with: task-definition: task-definition.json container-name: default - image: ${{ steps.login-ecr.outputs.registry }}/awards-service:${{ steps.vars.outputs.branch }}_${{ steps.vars.outputs.sha_short }} + image: ${{ steps.login-ecr.outputs.registry }}/workflow-service-dev-uat:${{ steps.vars.outputs.branch }}_${{ steps.vars.outputs.sha_short }} - name: Deploy Amazon ECS task definition - uses: aws-actions/amazon-ecs-deploy-task-definition@v1 + uses: aws-actions/amazon-ecs-deploy-task-definition@v2 with: task-definition: ${{ steps.task-def.outputs.task-definition }} wait-for-service-stability: true