raspi-image/.drone.yml

37 lines
837 B
YAML
Raw Normal View History

2021-07-09 14:48:37 +02:00
kind: pipeline
type: docker
name: default
steps:
- name: build-raspi-image
image: docker:dind
volumes:
- name: dockersock
path: /var/run
environment:
ALPINE_BRANCH: v3.14
ALPINE_MIRROR: https://quantum-mirror.hu/mirrors/pub/alpine/
DEFAULT_TIMEZONE: Europe/Budapest
commands:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin registry.kmlabz.com
- docker run -it -v $PWD/output:/output registry.kmlabz.com/birbnetes/raspi-alpine-builder
- name: ms-teams
image: kuperiu/drone-teams
settings:
webhook:
from_secret: TEAMS_WEBHOOK
when:
status: [ failure ]
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}