some stuff donnerino
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-13 20:38:02 +01:00
commit d64c8859af
20 changed files with 356 additions and 0 deletions

18
.drone.yml Normal file
View File

@@ -0,0 +1,18 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: kaniko
image: banzaicloud/drone-kaniko
settings:
registry: registry.kmlabz.com
repo: tormachris/${DRONE_REPO_NAME}
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tags:
- latest
- ${DRONE_BUILD_NUMBER}