ci: Add initial pipeline
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-01-15 23:31:19 +01:00
parent 1708d1ec35
commit afbcb3dd74

14
.drone.yml Normal file
View file

@ -0,0 +1,14 @@
---
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
username: kevinbacon
password: pa55word
repo: foo/bar
tags: latest
#