Skip to content
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

Using GitHub Actions for Continuous Integration and Image Creation #122

Open
adeslatt opened this issue Jan 30, 2022 · 1 comment
Open

Comments

@adeslatt
Copy link

I'd like to suggest using GitHub actions and use the ability to create the container images directly in the GitHub eco-system -- a minimal example of how to do this may be found here for multi-qc

@osallou
Copy link
Contributor

osallou commented Jan 30, 2022

Using github ci is not a problem by itself but:

  • There are limits on number of minutes to run ci jobs
  • cannot run some jobs for pull requests (cannot use secrets for pull request)
  • containers are backup to an internal registry, doing so in github would mean more complex setup, and cannot push to github registry, again for limits reasons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants