-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add docker and apptainer containers #274
Conversation
feat: add Docker and Apptainer containers
Can we integrate this with the release creation process @leo-desbureaux-tellae ? Or is it better to do this on every? @Nitnelav Also depends if you think that this rather something that people want to use with the latest development version or with each release (I think we said more or less monthly). And if we do for every PR, will Github complain at some point? Or is it always the same files that are overridden? |
I think it should work fine as is ... the way the github action is set is :
We could narrow down the first part of the workflow to only the ones that modify the |
Yes, true, ok makes sense, then its good to merge I think |
OK let's go ! |
The docker build works well, the most uncertain part is the github actions.
Right now it builds on every pull request and publishes only when a tag like v1.3.1 is used.
It might need some tweaking before getting it right.
Closes #262