From ddadc1fb3ac2ecd4a048f437ae6ab2af47c7a822 Mon Sep 17 00:00:00 2001 From: Jan Tluka Date: Mon, 16 Sep 2024 19:31:18 +0200 Subject: [PATCH] .github/runner.py: use cni backend Signed-off-by: Jan Tluka --- .github/runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/runner.py b/.github/runner.py index 1560abc7f..f2246e45e 100644 --- a/.github/runner.py +++ b/.github/runner.py @@ -28,6 +28,7 @@ def test(self): podman_uri=podman_uri, image=image_name, debug=1, + network_plugin="cni", ) recipe_instance = HelloWorldRecipe()