From 828247b5f938d49c5601494e3acea8e4fb811f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Mon, 25 Sep 2023 14:02:57 +0200 Subject: [PATCH] Drone build. --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..51b486c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +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} \ No newline at end of file