Skip to content

Commit

Permalink
Update dev-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-opssupport authored Jan 10, 2025
1 parent b8b466a commit e4f996d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit e4f996d

Please # to comment.