docker-sharelatex/.drone.yml
quackerd e770cfd435
Some checks failed
continuous-integration/drone/push Build is failing
2.5.2
2021-03-16 14:57:02 -04:00

21 lines
406 B
YAML

kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
environment:
VERSION: 2.5.2
steps:
- name: config
image: alpine
commands:
- echo -n "$VERSION,latest" > .tags
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/sharelatex