EinEinfach / CaSSAndRA

Cascaded sunray server and rover application
MIT License
29 stars 17 forks source link

Build docker image #78

Closed rothnic closed 1 year ago

rothnic commented 1 year ago

This is the initial version of the github workflow to automatically build and push docker images to docker hub. We might want to tweak the behavior later, but this should get us started with building images for each new pr, tagged version, or push to any branch.

This does rely on the dockerhub username and token to exist.

Closes #75