fix: mount docker sock in CI job, remove obsolete version
This commit is contained in:
parent
ebdceb5bd9
commit
a8387d2d65
2 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
options: -v /var/run/docker.sock:/var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
version: "3.9"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
t2s:
|
t2s:
|
||||||
build: ./app
|
build: ./app
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue