Initial drone file.
This commit is contained in:
parent
70c2782455
commit
0c384002a3
|
@ -0,0 +1,13 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
|
||||||
|
tags: latest
|
||||||
|
build_args:
|
||||||
|
- VERSION=1.6.0
|
Loading…
Reference in New Issue