omsf-eco-infra / gha-runner

A simple GitHub Action for creating cloud-based self-hosted runners.
MIT License
0 stars 3 forks source link

Add a Docker build CI step to reduce action build times #19

Open ethanholz opened 4 months ago

ethanholz commented 4 months ago

Using a pre-built container speeds up our builds and makes the base application more reproducible. Pushing this build to a container registry ensures we can achieve this.

ethanholz commented 2 months ago

Another potential solution here would be adopting a faster resolver such as uv, this may be a great option since uv does support a dependency lockfile which makes it easy for us to ensure the dependencies we use are the ones being deployed.