The deploy workflow is used to deploy track tooling to:
-
Docker Hub: used in scripts or for local testing.
Publicly available.
-
ECR: used in the production environment to test submitted solutions.
Private.
Source
The workflow is defined in the .github/workflows/deploy.yml
file.