Skip to content

Commit

Permalink
Added action to build and push to ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
forkimenjeckayang committed Jun 20, 2024
1 parent d796229 commit 40c94b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_to_ECR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
ECR_REPOSITORY: ${{ secrets.REPO_NAME }}
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:latest .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest

0 comments on commit 40c94b7

Please sign in to comment.