exercism / nim-test-runner

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

🤖 Rename Docker workflow #122

Closed ErikSchierboom closed 2 years ago

ErikSchierboom commented 2 years ago

This PR renames .github/workflows/docker.yml to .github/workflows/deploy.yml.

This rename is necessary to allow for this workflow to be automatically synced across all tooling repos from the exercism/org-wide-files repo. We've chosen to rename the file to deploy.yml as that best describes its purpose: ensuring that the tooling is deployed. The fact that we use Docker internally as our deployment mechanism is merely an implementation detail.


See https://github.com/exercism/exercism/issues/6263

ynfle commented 2 years ago

@ErikSchierboom I think this is also necessary for https://github.com/exercism/nim-docker-base/blob/main/.github/workflows/docker.yml. Would you like to submit the change there?

ErikSchierboom commented 2 years ago

@ee7 Sure: https://github.com/exercism/nim-docker-base/pull/6