fix: mount docker sock in CI job, remove obsolete version
Some checks failed
CI/CD Pipeline / build (push) Failing after 2s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
vrubel 2026-06-06 15:48:58 +00:00
parent ebdceb5bd9
commit a8387d2d65
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,5 +1,3 @@
version: "3.9"
services: services:
t2s: t2s:
build: ./app build: ./app