diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..558cd51 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +pipeline: + publish: + image: plugins/docker + registry: registry:5000 + insecure: true + repo: registry:5000/hello-world + tags: + - latest