Drone build.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-27 10:18:03 +02:00
parent b44d3ae77a
commit 74e7f97547

16
.drone.yml Normal file
View File

@@ -0,0 +1,16 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: https://git.ivasoft.cz
username:
from_secret: repo_user
password:
from_secret: repo_pass
repo: git.ivasoft.cz/sw/docker-tvheadend
tags:
- latest
- ${DRONE_TAG:-latest}