From 9ec681a418b8175c83d2b525e2cedb39c090acbf Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 17 Oct 2025 21:59:58 -0400 Subject: [PATCH] Revert to no env --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 795b410..b080232 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,9 +33,6 @@ jobs: # the build is fully handled by the reusable github action - name: Build Custom Image - env: - _BUILDAH_STARTED_IN_USERNS: "" - BUILDAH_ISOLATION: chroot uses: blue-build/github-action@v1.8 with: recipe: ${{ matrix.recipe }}