Files
redmine/.drone.yml
Roman Vaníček 4b443a0219
Some checks failed
continuous-integration/drone Build was killed
CI working again
2023-08-10 22:27:32 +02:00

16 lines
317 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/redmine
tags:
- latest
- ${DRONE_TAG:-latest}