exercism / nim-test-runner

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

Automatically push Docker image to Amazon ECR #36

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

ee7 commented 3 years ago

This PR is identical to the existing https://github.com/exercism/nim-test-runner/pull/31.

So I'll close this PR in favour of that one, and put your PR description into the commit message.

I might also bump/pin the version of satackey/action-docker-layer-caching@v0.0.5, pending the discussion in https://github.com/exercism/nim-test-runner/pull/35.