add .drone.yml

This commit is contained in:
Dmitry Belyaev 2023-03-28 17:02:37 +03:00
parent 8ecb2e073e
commit 7bd1c14a27
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View 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