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