covid-alert-server icon indicating copy to clipboard operation
covid-alert-server copied to clipboard

[CI] Break out Build Push Containers to an action

Open CalvinRodo opened this issue 5 years ago • 1 comments

Lots of search and replace w/regards to this: https://github.com/cds-snc/covid-alert-server/blob/master/.github/workflows/build-push-containers.yml

Risk: pipeline is less readable.

This action should do the following ac:

  • [ ] Configure AWS Credentials
  • [ ] Login to ECR
  • [ ] Push a list of containers to that registry
  • [ ] Logout

of ECR

CalvinRodo avatar Sep 10 '20 17:09 CalvinRodo

Will improve the readability of the CI pipeline.

stephenyates-gc avatar Nov 02 '20 18:11 stephenyates-gc