1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-25 04:08:02 +01:00
drone-cli/drone/starlark/samples/docker.py
2019-02-19 21:53:15 -08:00

8 lines
130 B
Python

def docker(repo):
return {
'name': 'docker',
'image': 'plugins/docker',
'settings': {
'repo': repo,
},
}