Skip to content

Commit

Permalink
Added ecr region in ci-cd code
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanka-Inflectionzone committed Feb 2, 2024
1 parent 9fcff57 commit 4be4a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

- name: Build Docker image
run: |
docker build -t 443751504066.dkr.ecr.your-ecs-region.amazonaws.com/reancare:${{ github.sha }} .
docker push 443751504066.dkr.ecr.your-ecs-region.amazonaws.com/reancare:${{ github.sha }}
docker build -t 443751504066.dkr.ecr.ap-south-1.amazonaws.com/reancare:${{ github.sha }} .
docker push 443751504066.dkr.ecr.ap-south-1.amazonaws.com/reancare:${{ github.sha }}
- name: Deploy to ECS
run: |
Expand Down

0 comments on commit 4be4a45

Please sign in to comment.