Add drone.yml to build images.

This commit is contained in:
Cassowary 2023-01-16 10:56:08 -08:00
parent 029ebdeab4
commit 67b5dbc71e
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
---
# Drone file for Co-op Cloud image building, see https://git.coopcloud.tech/coop-cloud-chaos-patchs/fluffychat
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/adapt_authoring
tags: latest
registry: git.coopcloud.tech