lightninglabs / lndmon

🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana
MIT License
149 stars 47 forks source link

ci: move to GitHub Actions, add workflow for building and pushing docker images #74

Closed guggero closed 2 years ago

guggero commented 2 years ago

Fixes https://github.com/lightninglabs/lndmon/issues/73.

lndmon is one of last LL repos that hasn't yet been updated to use GitHub Actions for the CI pipeline and doesn't yet automatically build and push docker images for each new tag. This PR fixes both items.

@Roasbeef: We'll need to add the DOCKER_USERNAME and DOCKER_API_KEY secrets to GitHub for the automatic image push.