From 9006d3dd363184ebe91c23eeec0984e82bea991d Mon Sep 17 00:00:00 2001 From: penguin Date: Sat, 20 Dec 2025 18:35:18 -0600 Subject: [PATCH] test --- .gitea/workflows/gentoo-utils.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index b3f029a..42d1986 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -82,6 +82,8 @@ jobs: id: build-image if: steps.image-changes.outputs.build_image == 'true' uses: redhat-actions/buildah-build@v2 + env: + BUILDAH_ISOLATION: chroot with: image: ${{ gitea.repository }} tags: ${{ steps.image-changes.outputs.image_tag }}