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
settings:
repo: phaefelfinger/tv7playlist repo: phaefelfinger/tv7playlist
tags: tags:
- latest - latest
- 2.0 - '3.0'
- 2.0.1 - '3.0.0'
secrets: [ docker_username, docker_password ] username:
debug: true from_secret: docker_username
when: password:
event: push from_secret: docker_password
branch: master
trigger:
branch:
- master