pytubedl/.drone.yml
kleph 7202f9d535
Some checks failed
continuous-integration/drone/push Build is failing
Add dockerfile and CI to build it
2021-04-12 22:57:39 +02:00

21 lines
338 B
YAML

---
kind: pipeline
name: build
steps:
- name: build image
image: plugins/docker
settings:
repo: kleph/pytubedl
tags:
- ${DRONE_COMMIT_SHA:0:8}
- latest
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
when:
event:
exclude:
- pull_request