Files
tv7playlist/.drone.yml
Philipp Häfelfinger 8d55bfd2ff
All checks were successful
continuous-integration/drone/push Build is passing
updates b uild process for new drone version
2020-02-06 23:55:30 +01:00

20 lines
333 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: phaefelfinger/tv7playlist
tags:
- latest
- '3.0'
- '3.0.0'
username:
from_secret: docker_username
password:
from_secret: docker_password
trigger:
branch:
- master