This repository has been archived on 2020-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
apacheds/.drone.yml
Torma Kristóf d2cceb7bd6
All checks were successful
continuous-integration/drone/push Build is passing
fix namespace
2020-07-14 19:02:07 +02:00

18 lines
334 B
YAML

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