Files
docker-svn/.drone.yml
Roman Vanicek daad726b72
All checks were successful
continuous-integration/drone/push Build is passing
Build server
2024-05-15 16:16:56 +02:00

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