-
I am using gitea on Cloudron and I am trying to set up a runner that automates the workflow of building a docker image for an app I am building. I wanted to solve this using actions.
However, the runner seems to need a separate image installed to build the docker image there. Now, I could probably install this as a custom app on Cloudron, but firstly I wanted to understand if there's an easier way of accomplishing this?
Otherwise, another option would be to use Github Actions.
EDIT: The gitea runner can't be installed on Cloudron, because it needs to be able to spawn containers.
-
J james moved this topic from Support