The v3 website uses Docker images from Amazon ECR for all the tooling.
Each tooling repo should have a workflow to automatically push to Amazon ECR whenever something is merged to master.
This PR adds a GitHub Actions workflow to automatically build and push a new Docker image whenever something is merged to master.
The v3 website uses Docker images from Amazon ECR for all the tooling. Each tooling repo should have a workflow to automatically push to Amazon ECR whenever something is merged to master.
This PR adds a GitHub Actions workflow to automatically build and push a new Docker image whenever something is merged to master.
See https://github.com/exercism/v3/issues/2728