diff --git a/install.sh b/install.sh index 8dd3f43..1f898ca 100644 --- a/install.sh +++ b/install.sh @@ -812,7 +812,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:docker://node:20-bullseye,ubuntu-22.04:docker://node:20-bullseye" \ + -e GITEA_RUNNER_LABELS="ubuntu-latest:host,ubuntu-22.04:host" \ -v /var/run/docker.sock:/var/run/docker.sock \ -v "${FORGEJO_RUNNER_DIR}:/data" \ "${FORGEJO_RUNNER_IMAGE}"