Mettre à jour '.drone.yml'

This commit is contained in:
Dryusdan 2018-01-22 10:42:03 +01:00
parent 81f74f4c43
commit 5f3e891ca4
1 changed files with 8 additions and 1 deletions

View File

@ -6,13 +6,20 @@ pipeline:
repo: registry.dryusdan.fr/dryusdan/peertube
dockerfile: Dockerfile.debian
secrets: [ docker_username, docker_password ]
tags:
- latest
- debian
- debian-latest
build-alpine:
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/peertube:alpine
repo: registry.dryusdan.fr/dryusdan/peertube
dockerfile: Dockerfile.debian
secrets: [ docker_username, docker_password ]
tags:
- alpine-latest
- alpine
push:
image: appleboy/drone-git-push