diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..d894739 --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file