diff --git a/.drone-home.jsonnet b/.drone-home.jsonnet index 9f5bb1c..155a19f 100644 --- a/.drone-home.jsonnet +++ b/.drone-home.jsonnet @@ -1,3 +1,8 @@ +local images = { + docker: { + image: 'docker:dind', + }, +}; [ { kind: 'pipeline',