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
|
||||
- high-performance
|
||||
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker-dind.gitea.svc.cluster.local:2375
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue