Browse Source

Drone 1.0 syntax

master
Ambrose Chua 5 years ago
committed by GitHub
parent
commit
6f2aa6f70c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      .drone.yml

17
.drone.yml

@ -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/pwd/android-builder
tags:
- latest
- latest
username:
from_secret: docker_username
password:
from_secret: docker_password
Loading…
Cancel
Save