Add container spec to fix /var/run symlink path escape error
Some checks failed
Dev Build & Deploy / test-and-build (push) Failing after 7s
Dev Build & Deploy / docker-build-push (push) Has been skipped

This commit is contained in:
Joshua King
2026-05-20 08:30:49 -04:00
parent ee6ad10db9
commit 8fb4183abe

View File

@@ -14,6 +14,7 @@ env:
jobs:
test-and-build:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v4
@@ -52,6 +53,7 @@ jobs:
needs: test-and-build
if: gitea.event_name == 'push'
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v4