exercism / go-analyzer

GNU Affero General Public License v3.0
10 stars 12 forks source link

Automatically push Docker image to Docker Hub #12

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

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