mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-25 04:08:02 +01:00
8 lines
130 B
Python
8 lines
130 B
Python
def docker(repo):
|
|
return {
|
|
'name': 'docker',
|
|
'image': 'plugins/docker',
|
|
'settings': {
|
|
'repo': repo,
|
|
},
|
|
} |