From 5216a9e2c645a00080206137d7dd7f2afff99b83 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 10 Oct 2025 21:48:42 -0400 Subject: [PATCH] return env, but change from vfs to overlay2 --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4460941..5ab792d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,10 @@ jobs: # the build is fully handled by the reusable github action - name: Build Custom Image + env: + _BUILDAH_STARTED_IN_USERNS: "" + BUILDAH_ISOLATION: chroot + STORAGE_DRIVER: overlay2 uses: blue-build/github-action@v1.8 with: recipe: ${{ matrix.recipe }}