1
0
Fork 0

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

master
Ambrose Chua 2018-11-30 16:42:26 +08:00
parent f871efbdbe
commit ed95620a9e
1 changed files with 11 additions and 4 deletions

View File

@ -1,8 +1,15 @@
pipeline:
docker:
image: plugins/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/build/openwrt-deps
tags:
- latest
username:
from_secret: docker_username
password:
from_secret: docker_password