Add drone config
continuous-integration/drone Build is passing Details

This commit is contained in:
Luca 2023-10-15 00:08:26 +02:00
parent e3ab204f62
commit 989453f5e4
1 changed files with 29 additions and 0 deletions

29
.drone.yml Normal file
View File

@ -0,0 +1,29 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build only
image: plugins/docker
settings:
dry_run: yes
repo: git.luj0ga.de/luca/ljg.sh
when:
event:
exclude:
- tag
- name: build and publish
image: plugins/docker
settings:
auto_tag: yes
password:
from_secret: access_token
registry: git.luj0ga.de
repo: git.luj0ga.de/luca/ljg.sh
username: _
when:
event:
- tag