This commit is contained in:
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: https://git.ivasoft.cz
|
||||||
|
username:
|
||||||
|
from_secret: repo_user
|
||||||
|
password:
|
||||||
|
from_secret: repo_pass
|
||||||
|
repo: SW/samba-dc
|
||||||
|
tags: latest
|
||||||
Reference in New Issue
Block a user