cloud-demo/.drone.yml
Torma Kristóf 1ac9379013
All checks were successful
continuous-integration/drone/push Build is passing
Add '.drone.yml'
2020-10-27 15:18:28 +01:00

16 lines
335 B
YAML

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