aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 9de6cf3..aafa325 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,3 +7,15 @@ steps:
image: rust:latest
commands:
- cargo check
+
+ - name: docker
+ image: plugins/docker
+ settings:
+ username: robot$drone
+ password:
+ from_secret: docker_password
+ repo: reg.devcara.com/glitch/bot
+ registry: reg.devcara.com
+ auto_tag: true
+ when:
+ event: tag