add .drone.yml
This commit is contained in:
parent
8ecb2e073e
commit
7bd1c14a27
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: gitea.b4tman.ru
|
||||||
|
username: b4tman
|
||||||
|
repo: b4tman/qchgk
|
||||||
|
tags: latest
|
||||||
|
dry_run: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user