drone-plugin-make/.drone.yml
Mauro Torrez c214cb1359
All checks were successful
continuous-integration/drone/push Build is passing
only publish master
2019-09-18 11:38:02 -03:00

18 lines
308 B
YAML

---
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: eumau/drone-plugin-make
auto_tag: true
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
when:
branch:
- master