Files
device-mapping-manager/.drone.yml
Roman Vaníček 828247b5f9
All checks were successful
continuous-integration/drone/push Build is passing
Drone build.
2023-09-25 14:02:57 +02:00

19 lines
413 B
YAML

kind: pipeline
name: default
steps:
- name: docker
#image: plugins/docker
image: git.ivasoft.cz/sw/drone-docker
settings:
registry: https://git.ivasoft.cz
username:
from_secret: repo_user
password:
from_secret: repo_pass
repo: git.ivasoft.cz/sw/device-mapping-manager
is_plugin: true
#debug: true
tags:
- latest
- ${DRONE_TAG:-latest}