Open
Description
It's kinda sad: Earthly is shutting down. We'll no longer be able to use the cloud service from this july. We use that for our CI. I was happy with how it worked, but now... well, we need to think about how we move forward.
Let's explore some options:
Dagger
This is the path forward suggested by Earthly. They even offer a 1 year free trial for Earhtly customers, which is cool. I've requested the 1 year trial and submitted a form to join a migration workshop.
Github Actions
This is what we used to use. I wasn't content with it.
Potential for improvements over current situation
- Versioned docs
- Set caching up well
- Automated versioning bumps? Consider Changesets, if it supports updating rust crates. It does have a rust crate.
- see Improve flow for bumping, publishing, releasing #957