Files
docker-matrix-as-mm/.drone.yml
Roman Vanicek 0413ba75b2
All checks were successful
continuous-integration/drone Build is passing
Initial version
2024-10-24 17:16:24 +02:00

16 lines
329 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-matrix-as-mm
tags:
- latest
- ${DRONE_TAG:-latest}