1
0
Forkuj 0

Drone 1.0 syntax
continuous-integration/drone/push Build is passing Szczegóły

master
Ambrose Chua 2018-12-01 13:48:57 +08:00 zatwierdzone przez GitHub
rodzic da84558159
commit c019dced2e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 12 dodań i 5 usunięć

Wyświetl plik

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