fix(ci): use docker host socket in gitea workflow
This commit is contained in:
parent
b8236eb407
commit
acb817b9da
1 changed files with 2 additions and 4 deletions
|
|
@ -6,13 +6,11 @@ on:
|
||||||
- main
|
- main
|
||||||
- high-performance
|
- high-performance
|
||||||
|
|
||||||
env:
|
|
||||||
DOCKER_HOST: tcp://docker-dind.gitea.svc.cluster.local:2375
|
|
||||||
DOCKER_TLS_CERTDIR: ""
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
DOCKER_HOST: unix:///var/run/docker.sock
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue