Drone build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-25 20:43:14 +02:00
parent 065166193f
commit 8d3c31bb45

18
.drone.yml Normal file
View File

@@ -0,0 +1,18 @@
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
#debug: true
tags:
- latest
- ${DRONE_TAG:-latest}