mtfosbot/.drone.yml

13 lines
282 B
YAML
Raw Normal View History

2018-09-20 13:13:33 +00:00
pipeline:
2019-05-22 14:31:34 +00:00
clone:
# Seems to be looking for an image?
recursive: true
2018-09-20 13:13:33 +00:00
docker:
image: plugins/docker
registry: docker.mtfos.xyz
repo: docker.mtfos.xyz/mtfos/go-bot
dockerfile: Dockerfile
tags: [latest, "${DRONE_COMMIT}"]
when:
2018-12-13 07:56:34 +00:00
branch: master