Build & Push Docker Image to AWS ECR using GitHub Actions
<p>In this blog post, I’ll explain to you how to build & push docker images to AWS ECR (Elastic Container Registry) using GitHub Actions.</p>
<h1>Pre-Requisites</h1>
<ol>
<li>Must have AWS Account (Free tier/AWS Educate)</li>
<li>Must have prior knowledge of Docker and building docker image</li>
<li>Basic knowledge of GitHub Actions, CI/CD, YAML format, and remote environment</li>
<li>Must have prior knowledge of GitHub and commands of Git</li>
</ol>
<h1>Getting Started</h1>
<p>First of all, build the application on your local environment and then create a repository in GitHub or you may also use your old repository.</p>
<h1>Make Docker File</h1>
<p>Now, you’ve to make a docker file for your application, so that you can use it to build the docker image.</p>
<p><a href="https://medium.com/@alvaromartmunoz/build-push-docker-image-to-aws-ecr-using-github-actions-d21005915f0b"><strong>Website</strong></a></p>