see if this fixes volume
This commit is contained in:
parent
5fcf4c5233
commit
26a915fdc9
@ -42,6 +42,10 @@ jobs:
|
|||||||
DB_PASS: ${{ secrets.DB_PASS }}
|
DB_PASS: ${{ secrets.DB_PASS }}
|
||||||
name: Tests & Checks
|
name: Tests & Checks
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
# container:
|
||||||
|
# image: catthehacker/ubuntu:act-22.04
|
||||||
|
# volumes:
|
||||||
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -74,6 +78,7 @@ jobs:
|
|||||||
WL_PORT: 5063
|
WL_PORT: 5063
|
||||||
volumes:
|
volumes:
|
||||||
- aquatic:/var/lib/aquatic
|
- aquatic:/var/lib/aquatic
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
aquatic:
|
aquatic:
|
||||||
image: gitea.futureporn.net/futureporn/aquatic:latest
|
image: gitea.futureporn.net/futureporn/aquatic:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user