functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

Published images for docker-compose #217

Closed mehdibalouchi closed 2 years ago

mehdibalouchi commented 2 years ago

Currently, the two compose files in the apps/cluster use local Dockerfiles to build images for two box instances. Although this is good for development purposes (just on the apps/box), for testing the network or develop other parts of the repo (protocols, client, ...), it is unnecessary to build the apps/box source code.

We can have a CI job to build and publish a docker image on each release.

farhoud commented 2 years ago

@gitaaron @mehdibalouchi The docker-publish workflow fixed and on the next merge we have version tagged image for every tag and push to branch.