updates b uild process for new drone version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-02-06 23:55:30 +01:00
parent f92b5a29d3
commit 8d55bfd2ff

View File

@@ -1,13 +1,20 @@
pipeline: kind: pipeline
docker: name: default
steps:
- name: docker
image: plugins/docker image: plugins/docker
repo: phaefelfinger/tv7playlist settings:
tags: repo: phaefelfinger/tv7playlist
- latest tags:
- 2.0 - latest
- 2.0.1 - '3.0'
secrets: [ docker_username, docker_password ] - '3.0.0'
debug: true username:
when: from_secret: docker_username
event: push password:
branch: master from_secret: docker_password
trigger:
branch:
- master