docker-sharelatex/.drone.yml
quackerd a2ba7a165a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update '.drone.yml'
2022-06-19 13:58:53 +00:00

21 lines
375 B
YAML

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