fix: use catthehacker docker images for runner labels (host mode lacks node)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user