Mauro Torrez 6d286b2d80
Some checks failed
continuous-integration/drone/push Build is failing
try to fix docker step
2019-09-23 01:16:32 -03:00

29 lines
535 B
YAML

---
kind: pipeline
name: default
steps:
- name: update submodules
image: alpine/git
commands:
- git submodule init
- git submodule update
- name: build 16.0 image
image: plugins/docker
settings:
dockerfile: 16.0/unit/Dockerfile
repo: eumau/nextcloud
tags:
- 16.0
- latest
- 16.0-unit
- latest-unit
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
when:
branch:
- master