rebased: Add Gitea Actions act runner #666

Merged
vjm merged 27 commits from gitea-actions into main 2024-11-10 13:35:57 +00:00
Showing only changes of commit df9314a1df - Show all commits

View File

@ -71,14 +71,6 @@ spec:
value: ubuntu-latest
- name: CONFIG_FILE
value: /actrunner/config.yaml
lifecycle:
postStart:
exec:
command:
- sh
- -c
- |
apk --update add nodejs npm
volumeMounts:
- mountPath: /actrunner/config.yaml
name: act-runner-config