fix: use catthehacker ubuntu image for runner to include Docker CLI

This commit is contained in:
Ryan Moon
2026-04-01 21:29:37 -05:00
parent d8528f64dc
commit 155ef0345e

View File

@@ -5,8 +5,8 @@ runner:
file: /data/.runner
capacity: 2 # max concurrent jobs — lower if droplet is under load
labels:
- "ubuntu-latest:docker://node:20"
- "ubuntu-22.04:docker://node:20"
- "ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
cache:
enabled: true