feat: add act_runner and enable Gitea Actions #22
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/act-runner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Enable Gitea Actions and add the act_runner container for CI builds.
Changes
versioncontrol/compose.yml
Gitea service:
GITEA__actions__ENABLED=trueGITEA__actions__DEFAULT_ACTIONS_URL=off(required for OFFLINE_MODE)New act_runner service:
ubuntu-latestmapped tocatthehacker/ubuntu:full-22.04$GITEA_RUNNER_TOKENSetup
After deploying, register the runner:
https://code.lazyworkhorse.net/admin/actions/runners-> Create registration token.envor directly in the compose file:Dependencies
feat/gitea-actionsPR #21 (the workflow files).gitea/workflows/need the runner to be online before they trigger