-
Notifications
You must be signed in to change notification settings - Fork 563
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
App Suggestion: GitHub Actions Runner #185
Comments
This is very much possible! But in order to use docker inside of your actions, you'll need to expose the docker agent to the container. Is that okay to do inside of an OCA? I'm thinking it may at the very least need a disclaimer about it being insecure. 🤔 |
As long as it's clearly stated in the instructinos.start then it'd be fine. |
Is anyone already working on this? 😄 |
@AnandChowdhary @r-chris i am not sure if its possible to install Github Actions runner inside a docker container!! As Github Actions runner itself requires docker and will create docker containers on the go. + each action runner is a instance linked to github repository which needs to be manually configured. |
Please tell us what app you'd like to see on CapRover as a one-click app.
GitHub Self-Hosted Actions Runner
https://help.github.com/en/actions/hosting-your-own-runners
Do you know if there is any official Docker image for the app?
No, unfortunately there is no official Docker image, but the installation of the runner is straight forward. The most important config you need to provide during the installation is a specific
token
The text was updated successfully, but these errors were encountered: