diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03e542f..3407d26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,10 +11,6 @@ on: - "**.md" pull_request: workflow_dispatch: # allow manually triggering builds -container: - devices: - - /dev/fuse:/dev/fuse - privileged: true concurrency: # only run one build at a time group: ${{ github.workflow }}-${{ github.ref || github.run_id }} @@ -23,6 +19,12 @@ jobs: bluebuild: name: Build Custom Image runs-on: ubuntu-22.04 + container: + volumes: + - /run/user/1000/podman/podman.sock:/run/podman/podman.sock:rw,z + devices: + - /dev/fuse:/dev/fuse + privileged: true permissions: contents: read packages: write