Add '.drone.yml'
continuous-integration/drone Build is passing Details

This commit is contained in:
Radim Lipovčan 2022-02-11 09:58:51 +01:00
parent f34c9cca77
commit bc0944745a
1 changed files with 20 additions and 0 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
kind: pipeline
name: build
type: docker
steps:
- name: clone-repo
image: alpine:3
commands:
- apk add git
- git clone https://git.lipovcan.cz/Upstream/adguard-exporter.git
- mv adguard-exporter/* . ; rm adguard-exporter/ -Rvf
- name: image-create
image: plugins/docker
settings:
registry: http://docker.lipovcan.cz:5000
repo: docker.lipovcan.cz:5000/adguard/adguard-exporter
insecure: true
tags:
- latest