The v3 development environment uses Docker images from Docker Hub for all the tooling.
This allows for easy testing of the various tooling components (analyzers/representer/test-runners).
This PR adds a GitHub Actions workflow to automatically build and push a new Docker image whenever something is merged to master.
The v3 development environment uses Docker images from Docker Hub for all the tooling. This allows for easy testing of the various tooling components (analyzers/representer/test-runners).
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/2727