Adding drone CI/CD to repo
continuous-integration/drone Build is passing Details

This commit is contained in:
Derek Paschal 2023-06-19 22:40:50 -05:00
parent 1094d0d2ca
commit 021894421f
1 changed files with 26 additions and 0 deletions

26
.drone.yml Normal file
View File

@ -0,0 +1,26 @@
kind: pipeline
name: build+push
type: docker
trigger:
include:
- push
- cron
branch:
- main
steps:
- name: docker-build-home
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
username: derekpaschal
password:
from_secret: dockerhub_repo_pass
repo: derekpaschal/dnsmasq
tags:
- latest
pull_image: true
platforms:
- linux/amd64
- linux/arm64