Files
docker-tvheadend/.drone.yml
Roman Vaníček 74e7f97547
All checks were successful
continuous-integration/drone/push Build is passing
Drone build.
2023-09-27 10:18:03 +02:00

16 lines
311 B
YAML

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}