Skip to content

Commit

Permalink
ecr push step added
Browse files Browse the repository at this point in the history
  • Loading branch information
gyenoch committed Aug 15, 2024
1 parent 515075f commit 9cecfb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
ECR_REPOSITORY: swiggy-clone # Change to your ECR repository name
IMAGE_TAG: ${{ github.sha }}
run: |
docker tag swiggy-clone:latest $ECR_REGISTRY/$ECR_REPOSITORY/swiggy-clone:$IMAGE_TAG
docker push $ECR_REGISTRY/$ECR_REPOSITORY/swiggy-clone:$IMAGE_TAG
docker tag swiggy-clone:latest $ECR_REGISTRY/$ECR_REPOSITORY/:$IMAGE_TAG
docker push $ECR_REGISTRY/$ECR_REPOSITORY/:$IMAGE_TAG
terraform:
needs: build
Expand Down

0 comments on commit 9cecfb6

Please sign in to comment.