Deploying a container image to AWS ECR using a GitHub Action
In this blog post, I am going to show how you can automatically deploy a new container image to AWS ECR using a GitHub Action when there has been a merge to the main branch on GitHub.
Prerequisite:
Basic GitHub Action Knowledge
AWS CLI
Step 1: Cr...
blog.yusadolat.me3 min read