feat: Add drone configuration
This commit is contained in:
parent
d65c9d32d0
commit
f501a379ff
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: amd
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username: kevinbacon
|
||||||
|
password: pa55word
|
||||||
|
repo: foo/bar
|
||||||
|
tags:
|
||||||
|
- latest
|
Loading…
Reference in New Issue