Add Drone CI config

This commit is contained in:
Luke Murphy 2021-01-01 12:17:34 +01:00
parent 44e8c2830f
commit 1c83e7f05e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 16 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
---
kind: pipeline
name: push container to docker hub
steps:
- name: build container
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
password:
from_secret: docker_reg_passwd
repo: decentral1se/dind-abra-ci
tags: latest
trigger:
branch:
- main