1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Ambrose Chua 8ca23b8803
Drone 1.0 syntax
continuous-integration/drone/push Build is passing Details
2018-12-01 13:50:47 +08:00
Ambrose Chua c9806910a4
Update .drone.yml
the build was successful Details
2018-09-22 18:07:29 +08:00
1 changed files with 14 additions and 6 deletions

View File

@ -1,7 +1,15 @@
pipeline:
docker:
image: plugins/docker
registry: registry.labs.0x.no
repo: registry.labs.0x.no/hello-world
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: registry.makerforce.io
repo: registry.makerforce.io/pwd/hello-world
tags:
- latest
- latest
username:
from_secret: docker_username
password:
from_secret: docker_password