datasnack / datahub

Self-hostable, open-source engine for reproducible data harmonization, dataset building & exploration
https://demo.datasnack.org/
MIT License
7 stars 1 forks source link

[Feature Request] Upload Docker Image to Docker-Hub with CI/CD Pipeline #1

Closed benedikt-weyer closed 1 month ago

benedikt-weyer commented 1 month ago

I think it would be cool if the Datahub-Docker-Image would be uploaded to Docker-Hub. This could be realized with GitHub Actions.

This would make development and deployment of Datahub much easier.

stroebjo commented 1 month ago

yes, that would definitely help! ;)

The images should now be builded for new releases via GitHub Actions and then be uploaded to the GitHub Container Registry (https://github.com/datasnack/datahub/pkgs/container/datahub).

benedikt-weyer commented 1 month ago

Thank you, works flawlessly!