forked from SW/traefik
Drone CI
This commit is contained in:
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
dockerfile: exp.Dockerfile
|
||||||
|
registry: https://git.ivasoft.cz
|
||||||
|
username:
|
||||||
|
from_secret: repo_user
|
||||||
|
password:
|
||||||
|
from_secret: repo_pass
|
||||||
|
repo: git.ivasoft.cz/sw/backuppc
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${DRONE_TAG:-latest}
|
||||||
Reference in New Issue
Block a user