fix: use catthehacker docker images for runner labels (host mode lacks node)

This commit is contained in:
Ryan Moon
2026-04-02 19:18:40 -05:00
parent 2614b7adcf
commit 17e0ffacea

View File

@@ -7,9 +7,9 @@ data:
config.yaml: | config.yaml: |
runner: runner:
labels: labels:
- "ubuntu-latest:host" - "ubuntu-latest:docker://catthehacker/ubuntu:act-22.04"
- "ubuntu-22.04:host" - "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
- "ubuntu-24.04:host" - "ubuntu-24.04:docker://catthehacker/ubuntu:act-24.04"
container: container:
docker_host: tcp://localhost:2375 docker_host: tcp://localhost:2375
network: host network: host