1
0
Fork 0

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

master
Ambrose Chua 2018-12-01 13:48:21 +08:00 committed by GitHub
parent 327c2a85a2
commit 6f2aa6f70c
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/android-builder repo: registry.makerforce.io/pwd/android-builder
tags: tags:
- latest - latest
username:
from_secret: docker_username
password:
from_secret: docker_password