1
0
Fork 0

Drone 1.0 syntax
continuous-integration/drone/push Build is passing Details

master
Ambrose Chua 2018-12-01 13:49:44 +08:00 committed by GitHub
parent 2927b1d96a
commit fe751a65bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 5 deletions

View File

@ -1,8 +1,15 @@
pipeline:
docker:
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: registry.makerforce.io
secrets: [ docker_username, docker_password ]
repo: registry.makerforce.io/pwd/email-collector
tags:
- latest
username:
from_secret: docker_username
password:
from_secret: docker_password