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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
options: -v /var/run/docker.sock:/var/run/docker.sock
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
version: "3.9"
|
||||
|
||||
services:
|
||||
t2s:
|
||||
build: ./app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue