Skip to content

Publishing to TreeScale

Ricardo Morais edited this page Apr 29, 2019 · 6 revisions

Manually building Leafactor-CI docker image and publishing it to TreeScale is easy. We first start by building the image using the following command:

docker build -t "leafactor-ci" .

The build process will execute and when it finishes a image will be built under the name leafactor-ci. Now we want to publish it to TreeScale.

Clone this wiki locally