From 81f74f4c43cd51b9fc950a0e5668baa29da84424 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Mon, 22 Jan 2018 09:37:41 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 26f243c..224df5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,13 @@ pipeline: repo: registry.dryusdan.fr/dryusdan/peertube dockerfile: Dockerfile.debian secrets: [ docker_username, docker_password ] + + build-alpine: + image: plugins/docker + registry: registry.dryusdan.fr + repo: registry.dryusdan.fr/dryusdan/peertube:alpine + dockerfile: Dockerfile.debian + secrets: [ docker_username, docker_password ] push: image: appleboy/drone-git-push