From 38a3cbc7e8ad24f127f50919aedd5c0ce409c35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 10 Oct 2025 12:59:55 +0200 Subject: [PATCH] fix: new workflow --- Projects/kompose/code/config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Projects/kompose/code/config.yaml diff --git a/Projects/kompose/code/config.yaml b/Projects/kompose/code/config.yaml new file mode 100644 index 00000000..0c0f15a9 --- /dev/null +++ b/Projects/kompose/code/config.yaml @@ -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'