fix: new workflow

This commit is contained in:
2025-10-10 12:59:55 +02:00
parent 509dff728b
commit 38a3cbc7e8

View File

@@ -0,0 +1,9 @@
container:
# Specifies the network to which the container will connect.
# Could be host, bridge or the name of a custom network.
# If it's empty, act_runner will create a network automatically.
network: "kompose"
privileged: true
valid_volumes:
- '**'
options: '--add-host=host.docker.internal:host-gateway'