use container spec
Some checks failed
ci / build (push) Has been cancelled
ci / Tests & Checks (push) Failing after 24s

This commit is contained in:
CJ_Clippy 2025-02-20 20:30:30 -08:00
parent 26a915fdc9
commit 0a881a4eee

View File

@ -42,10 +42,10 @@ jobs:
DB_PASS: ${{ secrets.DB_PASS }}
name: Tests & Checks
runs-on: ubuntu-22.04
# container:
# image: catthehacker/ubuntu:act-22.04
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
container:
image: catthehacker/ubuntu:act-22.04
volumes:
- /var/run/docker.sock:/var/run/docker.sock
timeout-minutes: 20
permissions:
contents: read