docker-sharelatex/.drone.yml
quackerd d6e0274132
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2021-05-11 22:32:46 +00:00

22 lines
413 B
YAML

kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
environment:
VERSION: 2.6.1
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