mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
fix key/val format for dind env vars (#889)
This commit is contained in:
parent
3cc7515acf
commit
e3be87af1e
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ image:
|
|||
dind:
|
||||
image: "docker:20.10.12-dind"
|
||||
env:
|
||||
- name: DOCKER_DRIVER
|
||||
value: overlay2
|
||||
DOCKER_DRIVER: "overlay2"
|
||||
resources: {}
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue