2 Commits

Author SHA1 Message Date
1ef8a3b1c1 Merge tag 'v1.8.0' into coop-cloud-chaos
Some checks failed
continuous-integration/drone Build is failing
continuous-integration/drone/tag Build is failing
v1.8.0
2023-01-16 11:14:26 -08:00
35d37a9966 Add drone.yml to build images.
All checks were successful
continuous-integration/drone Build is passing
2023-01-16 11:10:50 -08:00

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/fluffychat
tags: latest
registry: git.coopcloud.tech