removing container related stuff to attempt on docker again for the heck of it

This commit is contained in:
2025-10-11 15:53:54 -04:00
committed by eriq12
parent f476d7370e
commit 6357822a73

View File

@@ -11,11 +11,6 @@ on:
- "**.md" - "**.md"
pull_request: pull_request:
workflow_dispatch: # allow manually triggering builds 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: concurrency:
# only run one build at a time # only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }} group: ${{ github.workflow }}-${{ github.ref || github.run_id }}