-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Github Actions could be a useful tool for us to test, document, and even build our container.
While there is a lot of actions we could eventually incorporate, as of now, the one that most catches my eye is the ability to build our container each time we push. The https://github.com/singularityhub/github-ci repo provides three example actions that we could experiment with.
With these actions, we can build and test the container. We can also use the Github Package repository to store our built containers. This can make it easier for users to download the built container, rather than needing to build the container on their own machine...
Before I go ahead and try this out, @AshlinHarris what do you think about implementing this action and Github Actions in general?