Files
docker-ocis/.drone.yml
Roman Vanicek 9afd9241e6
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2024-11-08 13:22:11 +01:00

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