fix: use catthehacker ubuntu image for runner to include Docker CLI
This commit is contained in:
@@ -5,8 +5,8 @@ runner:
|
|||||||
file: /data/.runner
|
file: /data/.runner
|
||||||
capacity: 2 # max concurrent jobs — lower if droplet is under load
|
capacity: 2 # max concurrent jobs — lower if droplet is under load
|
||||||
labels:
|
labels:
|
||||||
- "ubuntu-latest:docker://node:20"
|
- "ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
|
||||||
- "ubuntu-22.04:docker://node:20"
|
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user