Drone auth.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Oly 2019-10-11 12:21:53 +01:00
parent 0c384002a3
commit 2be38809f0
1 changed files with 13 additions and 2 deletions

View File

@ -7,7 +7,18 @@ steps:
- name: docker - name: docker
image: plugins/docker image: plugins/docker
settings: settings:
username:
tags: latest from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASSWORD
secrets:
- source: REGISTRY_USER
target: username
- source: REGISTRY_PASSWORD
target: password
repo: olymk2/drone
tags:
- latest
- 1.6.0
build_args: build_args:
- VERSION=1.6.0 - VERSION=1.6.0