Skip to content

Deploying Images to ECR

E. Lynette Rayle edited this page Apr 22, 2022 · 1 revision

There are 3 github actions that take care of the deploy to ECR:

  • aws-push-dev-to-int.yml - on commit to dev branch, builds the -int image from the dev branch and pushes to the -int private repo in ECR
  • aws-push-main-to-stg.yml - on commit to main branch, builds the -stg image from the main branch and pushes to the -stg private repo in ECR
  • aws-push-release-to-public.yml - on release, builds the -prod image from the release tag and pushes to the image to the public repo in ECR

A manual build and deploy can be done through the Actions tab for each of the actions.

Clone this wiki locally