Files
docker-caddy/.drone.yml
Roman Vanicek ed26f3b6fb
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2026-05-05 21:14:24 +02:00

17 lines
322 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-caddy
tags:
- latest
- ${DRONE_TAG:-latest}