forked from Ivasoft/device-mapping-manager
This commit is contained in:
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
#image: plugins/docker
|
||||||
|
image: git.ivasoft.cz/sw/drone-docker
|
||||||
|
settings:
|
||||||
|
registry: https://git.ivasoft.cz
|
||||||
|
username:
|
||||||
|
from_secret: repo_user
|
||||||
|
password:
|
||||||
|
from_secret: repo_pass
|
||||||
|
repo: git.ivasoft.cz/sw/device-mapping-manager
|
||||||
|
is_plugin: true
|
||||||
|
#debug: true
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${DRONE_TAG:-latest}
|
||||||
Reference in New Issue
Block a user