Autobuild file for drone
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Sven Geggus 2023-05-12 21:48:16 +02:00
parent ba6514487d
commit 47e6d8fe3b

18
.drone.yml Normal file
View File

@ -0,0 +1,18 @@
kind: pipeline
type: docker
name: default
steps:
- name: build & publish
image: mtvb/drone-kaniko
settings:
reproducible: true
username:
from_secret: docker.private.gnuher.de.username
password:
from_secret: docker.private.gnuher.de.password
repo: ulogger.gnuher.de
registry: docker.private.gnuher.de
tags: latest
trigger:
branch: master