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