Opentrons / buildroot

The Opentrons fork of buildroot for building the OT2 system. Our default branch is opentrons-develop.
http://buildroot.org
Other
10 stars 7 forks source link

build: store build container on GHCR #187

Closed sfoster1 closed 1 year ago

sfoster1 commented 1 year ago

We consistently (and reasonably) get limited by dockerhub when we build, because we're pulling from dockerhub every single time we build.

Instead put our build container - which essentially never changes

Split out container build management into another bash script that can build, push and pull; use it in our build script to pull if possible and build if not; add a workflow to autodeploy on tag and manually.