A new nano-node docker image for each new github commit
TLDR; With the help of a github action workflow, this project * Clones the official nanocurrency/nano-node repository. * Builds a docker image by using the official scripts. * Pushes the docker image to dockerhub . The goal is to have very quick release cycles and to be able to update my node with…