birbcontrol/.drone.yml
Pünkösd Marcell 5615af8e29
All checks were successful
continuous-integration/drone/push Build is passing
fixed the build
2021-06-28 01:39:31 +02:00

23 lines
509 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: kaniko
image: banzaicloud/drone-kaniko
settings:
registry: registry.kmlabz.com
repo: birbnetes/${DRONE_REPO_NAME}
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tags:
- latest
- ${DRONE_BUILD_NUMBER}
- name: ms-teams
image: kuperiu/drone-teams
settings:
webhook:
from_secret: TEAMS_WEBHOOK
when:
status: [ failure ]