exercism / elm-test-runner

GNU Affero General Public License v3.0
3 stars 5 forks source link

Copy docker CI from C# #15

Closed mpizenberg closed 3 years ago

mpizenberg commented 3 years ago

This PR (and the one in the C# repo) are trying to improve CI by regrouping DockerHub and ECR in the same flow, using the v2 of the docker action.

Currently, we are waiting on @iHiD for the addition of the following secrets: AWS_ACCOUNT_ID and AWS_REGION, used to generate the environment variable ECR_REGISTRY: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com

iHiD commented 3 years ago

These are added. @ErikSchierboom edited the script FYI.

ErikSchierboom commented 3 years ago

I'll be sending an automatic PR with the latest version to all track repos. Stay tuned! :)

mpizenberg commented 3 years ago

Replaced by #16