FuelLabs / data-systems

Fuel data systems related projects
Apache License 2.0
2 stars 6 forks source link

Setup build & docker for release #15

Open pedronauck opened 4 weeks ago

pedronauck commented 4 weeks ago

Description

We need to configure a process of build and publish that will be used for all packages inside the repo. The idea is build a Docker image on Github Registry on each release that can be used altogether with the binaries within the Github Release and publish on Crates.io.

This process is very similar with what already have been doing on Fuel Core.

Tasks