mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 19:00:04 +00:00
fix key/val format for dind env vars (#889)
This commit is contained in:
@@ -10,8 +10,7 @@ image:
|
||||
dind:
|
||||
image: "docker:20.10.12-dind"
|
||||
env:
|
||||
- name: DOCKER_DRIVER
|
||||
value: overlay2
|
||||
DOCKER_DRIVER: "overlay2"
|
||||
resources: {}
|
||||
|
||||
env:
|
||||
|
Reference in New Issue
Block a user