use drone docker plugin

This commit is contained in:
Tobias Brunner 2019-01-06 13:37:02 +01:00
parent 4fb0f11a3d
commit 2be7162838
1 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,12 @@ kind: pipeline
name: default
steps:
- name: build
image: docker:stable-dind
commands:
- docker build -t tobru/pylokid .
- name: docker
image: plugins/docker
settings:
username:
from_secret: username
password:
from_secret: password
repo: tobru/pylokid
auto_tag: true