Add drone config
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
This commit is contained in:
parent
e3ab204f62
commit
989453f5e4
|
@ -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
|
Loading…
Reference in New Issue