add drone docker image build

This commit is contained in:
2021-07-26 21:01:45 +02:00
parent 68b8be3bca
commit 576798da8e
3 changed files with 21 additions and 2 deletions

19
.drone.yml Normal file
View File

@ -0,0 +1,19 @@
---
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
kind: pipeline
type: docker
name: default
- name: docker-publish
image: plugins/docker
settings:
registry: registry.wtf-eg.net
repo: registry.wtf-eg.net/ki-frontend
target: ki-frontend
auto_tag: true
username:
from_secret: "docker_username"
password:
from_secret: "docker_password"