Switch image building infra to GitHub Actions
eguiraud opened this issue · 2 comments
eguiraud commented
This would solve #36 , but it would also let us script many of the operations that are currently performed manually when publishing new images: the repo's README file could be updated automatically and in principle we could also script github actions that check whether a ROOT version is available for download or for installation in conda/fedora/arch and, if yes, adds the tag to the repo, builds the image and publishes it.
EDIT: oh and testing: github actions could test the images by running a simple ROOT workload.
lobis commented
eguiraud commented
Hey, thanks a lot for the help, I will take a look at the PR as soon as I have time