File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ gitea_act_runner_labels:
2424 - " ubuntu-18.04:docker://node:16-buster"
2525# prune act-runner's podman downloaded images/stopped containers nightly at 03:30 to save disk space (no/yes)
2626gitea_act_runner_daily_podman_prune : no
27- # act-runner version (https://gitea.com/gitea/act_runner /releases, remove leading v)
28- gitea_act_runner_version : " 0.6.0 "
27+ # act-runner version (https://gitea.com/gitea/runner /releases, remove leading v)
28+ gitea_act_runner_version : " 1.0.8 "
2929# start/stop the gitea actions runner service, enable/disable it on boot (yes/no)
3030gitea_act_runner_enable_service : yes
Original file line number Diff line number Diff line change 108108
109109- name : download act-runner binary
110110 get_url :
111- url : " https://dl.gitea.com/act_runner/0.2.3/act_runner-0.2.3 -linux-amd64"
112- dest : " /root/act_runner-0.2.3 -linux-amd64"
111+ url : " https://dl.gitea.com/runner/{{ gitea_act_runner_version }}/gitea-runner-{{ gitea_act_runner_version }} -linux-amd64"
112+ dest : " /root/gitea-runner-{{ gitea_act_runner_version }} -linux-amd64"
113113 owner : root
114114 group : root
115115 mode : " 0640"
116116
117117- name : install act-runner binary
118118 copy :
119- src : " /root/act_runner-0.2.3 -linux-amd64"
119+ src : " /root/gitea-runner-{{ gitea_act_runner_version }} -linux-amd64"
120120 dest : " /usr/local/bin/act-runner"
121121 mode : " 0755"
122122 remote_src : yes
You can’t perform that action at this time.
0 commit comments