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