exercism / nim-test-runner

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

Automatically push Docker image to Docker Hub #35

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

iHiD commented 3 years ago

(Someone (one of you?) is trying the nim test runner on staging. It won't work until this is merged FYI.)

ee7 commented 3 years ago

(Someone (one of you?) is trying the nim test runner on staging. It won't work until this is merged FYI.)

Not me. But I'll merge this PR.

ynfle commented 3 years ago

Was me. Forgot about this. I apologize for the headache, I know you've got ~ 1 million things to deal with.

Thanks for following up