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