removing container related stuff to attempt on docker again for the heck of it
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m38s

This commit is contained in:
2025-10-11 15:53:54 -04:00
parent a06843d7e8
commit 9978254e5d

View File

@@ -11,11 +11,6 @@ on:
- "**.md"
pull_request:
workflow_dispatch: # allow manually triggering builds
container:
cap_add:
- CAP_SYS_ADMIN
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 }}