From 25074605d4a4a2b9f097d965d3cdc2bd7ec5a030 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 5 Feb 2026 23:16:33 +0100 Subject: [PATCH] ffs --- .forgejo/workflows/playing-around.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/playing-around.yaml b/.forgejo/workflows/playing-around.yaml index 91f57ae..12a6f69 100644 --- a/.forgejo/workflows/playing-around.yaml +++ b/.forgejo/workflows/playing-around.yaml @@ -36,6 +36,8 @@ jobs: # 'bud' stands for Build-Using-Dockerfile buildah bud \ --storage-driver vfs \ + --isolation chroot \ + --net host \ -t "$CONTAINER_IMAGE" . # Tagging is just as simple