fix(runner): use catthehacker/ubuntu:act-22.04 image (has Node.js + Docker CLI for CI actions)
This commit is contained in:
parent
144eb9e5d5
commit
91fe419821
1 changed files with 1 additions and 1 deletions
|
|
@ -828,7 +828,7 @@ do_forgejo_runner_install() {
|
|||
-e GITEA_INSTANCE_URL="${forgejo_url}" \
|
||||
-e GITEA_RUNNER_REGISTRATION_TOKEN="${runner_token}" \
|
||||
-e GITEA_RUNNER_NAME="$(hostname)-runner" \
|
||||
-e GITEA_RUNNER_LABELS="ubuntu-latest:host,ubuntu-22.04:host" \
|
||||
-e GITEA_RUNNER_LABELS="ubuntu-latest:docker://catthehacker/ubuntu:act-22.04,ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04" \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v "${FORGEJO_RUNNER_DIR}:/data" \
|
||||
"${FORGEJO_RUNNER_IMAGE}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue