From df42047a4ba6c3ca286774ae6762070c1b4e7a7b Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 16 Jan 2023 10:27:57 -0800 Subject: [PATCH] Drone image building --- .drone.yml | 14 ++++++++++++++ README.md | 4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..c0b44be --- /dev/null +++ b/.drone.yml @@ -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/adapt_authoring + tags: latest + registry: git.coopcloud.tech diff --git a/README.md b/README.md index f2fc65c..71078c8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # docker-adaptauthoring -![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/3wordchant/adaptauthoring) +[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud-chaos-patchs/docker-adaptauthoring/status.svg)](https://build.coopcloud.tech/coop-cloud-chaos-patchs/docker-adaptauthoring) Docker configuration for the [Adapt Authoring tool](https://github.com/adaptlearning/adapt_authoring): create SCORM-compatible training. +Migrated from https://github.com/3-w-c/docker-adaptauthoring + ## Getting started Because Adapt requires a database to run, the easiest way to get started is to use `docker-compose` to set up Adapt and MongoDB automatically.