suborbital / subo

The Suborbital CLI
Apache License 2.0
81 stars 24 forks source link

chore: fix subo:dev build image for other builders #293

Closed arbourd closed 2 years ago

arbourd commented 2 years ago

Tags a localhost:5000/suborbital/subo:dev image that is pushed to a local Docker registry (one per job) that is consumed by the builder job.

This is to allow docker buildx to use the locally built suborbital/subo:dev instead of pulling from Docker.io. docker buildx does not allow you to use locally built and cached images from the Docker daemon -- they must be provided via an HTTP registry.