Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Motivation There's a lot of time in our release process that is used building docker images, so we should do something about that to speed up our process. ## Proposal Create a public registry with linera-io/linera-infra#97 And use a CI job to build and push docker images to this public registry ## Test Plan Modified the CI workflow to trigger for this PR, changed it to publish to a test image. Made sure CI was green, and the docker image was visible and pullable from the public registry: ![Screenshot 2024-10-29 at 19.06.12.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/HlciHFAoHZW62zn13apJ/3ab377b6-ce75-44b3-82c1-63e6524a07e3.png) Example successful run with the test code: https://github.com/linera-io/linera-protocol/actions/runs/11583023872/job/32247304661 Test code: 78c30d5 ## Release Plan - Nothing to do / These changes follow the usual release cycle.
- Loading branch information