diff --git a/.drone.yml b/.drone.yml index 11f5c8b..67deb32 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,12 @@ --- kind: 'pipeline' name: 'build' -type: 'kubernetes' +type: 'docker' steps: # build and publish -- image: 'drone/drone-runner-docker' +- image: 'plugins/docker' name: 'publish' pull: 'always' settings: