fix: add runner config to pass docker_host to job containers
This commit is contained in:
11
runner/config.yaml
Normal file
11
runner/config.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: gitea-runner-config
|
||||
namespace: runner
|
||||
data:
|
||||
config.yaml: |
|
||||
container:
|
||||
docker_host: tcp://localhost:2375
|
||||
network: host
|
||||
force_pull: false
|
||||
Reference in New Issue
Block a user