From 17e0ffaceae3794448b824d70a4d458fc35d5423 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 19:18:40 -0500 Subject: [PATCH] fix: use catthehacker docker images for runner labels (host mode lacks node) --- runner/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runner/config.yaml b/runner/config.yaml index 0624ed9..7cd3fbd 100644 --- a/runner/config.yaml +++ b/runner/config.yaml @@ -7,9 +7,9 @@ data: config.yaml: | runner: labels: - - "ubuntu-latest:host" - - "ubuntu-22.04:host" - - "ubuntu-24.04:host" + - "ubuntu-latest:docker://catthehacker/ubuntu:act-22.04" + - "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04" + - "ubuntu-24.04:docker://catthehacker/ubuntu:act-24.04" container: docker_host: tcp://localhost:2375 network: host