exercism / go-analyzer

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

Automatically push Docker image to Amazon ECR #13

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

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