updates b uild process for new drone version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
31
.drone.yml
31
.drone.yml
@@ -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
|
Reference in New Issue
Block a user