From 8ac9df560c82904c8403c6836375c2fe31ca7ec7 Mon Sep 17 00:00:00 2001 From: Andreas Larsen Date: Thu, 21 Jul 2022 18:55:14 +0200 Subject: [PATCH] add drone yml --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5bf34e3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +kind: pipeline +type: kubernetes +name: default + +steps: + - name: build + image: plugins/docker:latest + settings: + repo: registry.local/northcode/nextcloud + registry: registry.local + insecure: true + dockerfile: Dockerfile + build_args: + NC_TAG: 24.0.3-apache + tags: 24.0.3-apache + cache_from: registry.local/northcode/nextcloud