1
0
フォーク 0

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

master
Ambrose Chua 2018-12-01 13:49:44 +08:00 committed by GitHub
コミット fe751a65bd
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更12行の追加5行の削除

ファイルの表示

@ -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/email-collector
tags:
- latest
- latest
username:
from_secret: docker_username
password:
from_secret: docker_password