TripleParity / docks-api

RESTful API Server for Docks
https://tripleparity.github.io/docks-api/stack-api-spec.html
GNU General Public License v3.0
0 stars 0 forks source link

Use Travis CI to build docker images #5

Closed devosray closed 6 years ago

devosray commented 6 years ago

The process of building our docker images should be automated by Travis.

egeldenhuys commented 6 years ago

Much better solution: Use Docker Hub to build the images, and Travis CI for testing the code.

I have already configured the tripleparity Docker Hub organisation to build images using the Dockerfile in the root project directory, across all branches.

egeldenhuys commented 6 years ago

Images are now build under the Docker Hub organisation tripleparity