Add Drone for image building

This commit is contained in:
3wc 2023-01-30 21:29:39 -08:00
parent 855c828960
commit 68d34a93ce
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
name: publish docker image
steps:
- name: build and publish
image: plugins/docker
settings:
auto_tag: true
username: 3wordchant
password:
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud-chaos-patchs/pelican
tags: latest
registry: git.coopcloud.tech