Attempt to change docker sock in child container
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m21s

This commit is contained in:
2025-10-12 18:19:04 -04:00
parent 651585297a
commit 4d2705aa50

View File

@@ -36,6 +36,7 @@ jobs:
env: env:
_BUILDAH_STARTED_IN_USERNS: "" _BUILDAH_STARTED_IN_USERNS: ""
BUILDAH_ISOLATION: chroot BUILDAH_ISOLATION: chroot
DOCKER_HOST: unix:///run/podman/podman.sock
uses: blue-build/github-action@v1.8 uses: blue-build/github-action@v1.8
with: with:
recipe: ${{ matrix.recipe }} recipe: ${{ matrix.recipe }}