remove addition of socket to build.yml
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m44s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m44s
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -11,9 +11,6 @@ on:
|
||||
- "**.md"
|
||||
pull_request:
|
||||
workflow_dispatch: # allow manually triggering builds
|
||||
container:
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user