Drone CI
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-01-24 17:12:52 +01:00
parent baab651482
commit f3f0c77b62

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/opds-proxy
tags:
- latest
- ${DRONE_TAG:-latest}