return env, but change from vfs to overlay2

This commit is contained in:
2025-10-10 21:48:42 -04:00
committed by eriq12
parent 745cda9474
commit 5216a9e2c6

View File

@@ -36,6 +36,10 @@ jobs:
# the build is fully handled by the reusable github action # the build is fully handled by the reusable github action
- name: Build Custom Image - name: Build Custom Image
env:
_BUILDAH_STARTED_IN_USERNS: ""
BUILDAH_ISOLATION: chroot
STORAGE_DRIVER: overlay2
uses: blue-build/github-action@v1.8 uses: blue-build/github-action@v1.8
with: with:
recipe: ${{ matrix.recipe }} recipe: ${{ matrix.recipe }}