GithubAction

Build and Push Docker Image to AWS ECR using GitHub Action

Introduction GitHub Actions is a powerful continuous integration and deployment (CI/CD) tool provided by GitHub. It allows developers to automate software workflows and build, test, and deploy code changes from within the GitHub platform. AWS ECR (Amazon Elastic Container Registry) is a fully-managed Docker container registry service provided by Amazon Web Services (AWS). It allows developers […]

Use Variables and Secrets Variables with Github Action’s Workflow

Introduction GitHub Actions is an automation feature provided by GitHub that allows you to define workflows to automate tasks in your software development projects. It helps you build, test, and deploy your code by creating a series of customizable steps, known as a workflow, that are triggered by various events, such as code pushes, pull […]

Scroll to top