return env, but change from vfs to overlay2
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 2m31s

This commit is contained in:
2025-10-10 21:48:42 -04:00
parent 964c91bc94
commit 4fb2dd4f9c

View File

@@ -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 }}