test with mounting volume for socket
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m45s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m45s
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user