dl/.drone.yml
Michel Roux 5df655b600
All checks were successful
continuous-integration/drone/push Build is passing
disable dependabot
2021-06-24 16:32:57 +02:00

16 lines
256 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: docker
image: plugins/docker
settings:
repo: xefir/dl
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password