cryptosharks131 / lndg

Lite GUI web interface to analyze lnd data and leverage the backend database for automation tools around rebalancing and other basic maintenance tasks.
MIT License
219 stars 41 forks source link

chore(docker): publish images to docker hub and ghcr.io #393

Open Falci opened 1 month ago

Falci commented 1 month ago

This PR adds the GitHub Action to automatically publish docker images to Docker Hub and GHCR.io

It will create image tags as:

Before merging: Someone with access rights to this repo's settings should add the following secrets:

DOCKERHUB_ACCOUNT
DOCKERHUB_TOKEN (read and write access, from https://app.docker.com/settings/personal-access-tokens)
DOCKERHUB_USERNAME