Build server
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-15 16:16:56 +02:00
parent c6546098e7
commit daad726b72

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-svn
tags:
- latest
- ${DRONE_TAG:-latest}