1
0
Fork 0

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

master
Ambrose Chua 2018-12-01 13:48:57 +08:00 committed by GitHub
parent da84558159
commit c019dced2e
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: kind: pipeline
docker: name: default
image: plugins/docker
steps:
- name: docker
image: plugins/docker
settings:
registry: registry.makerforce.io registry: registry.makerforce.io
secrets: [ docker_username, docker_password ]
repo: registry.makerforce.io/pwd/migrate repo: registry.makerforce.io/pwd/migrate
tags: tags:
- latest - latest
username:
from_secret: docker_username
password:
from_secret: docker_password