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