From a06843d7e8338722236a6340c9f9a26439957cf0 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 11 Oct 2025 15:46:02 -0400 Subject: [PATCH] test with mounting volume for socket --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0c6f67..4cd4692 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,9 +14,8 @@ on: container: cap_add: - CAP_SYS_ADMIN - devices: - - "/dev/fuse:/dev/fuse" - network_mode: "host" + volumes: + - /run/user/1000/podman/podman.sock:/var/run/docker.sock:z concurrency: # only run one build at a time group: ${{ github.workflow }}-${{ github.ref || github.run_id }} @@ -42,7 +41,6 @@ jobs: env: _BUILDAH_STARTED_IN_USERNS: "" BUILDAH_ISOLATION: chroot - STORAGE_DRIVER: overlay uses: blue-build/github-action@v1.8 with: recipe: ${{ matrix.recipe }}