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…

Ephemeral self-hosted github runners on a dedicated server

There are many existing projects that try to solve the setup of ephemeral github runners. A curated list of such projects can be found here However none of these projects  are both simple and solved my needs. I wanted to have self-hosted runners that meet the following requirements: * If the…