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.
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