diff --git a/.drone.yml b/.drone.yml index f04c0f9..faba437 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,15 +9,16 @@ steps: #- ln -snf /usr/share/zoneinfo/$(echo "Europe/Prague") /etc/localtime && echo $(echo "Europe/Prague") > /etc/timezone - apk add git - git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git - - cd mikrotik-exporter + - mv mikrotik-exporter/* . +- name: build-image + image: plugins/docker + #environment: + # TOKEN: + # from_secret: one_of_the_tokens settings: username: kevinbacon password: pa55word repo: foo/bar - tags: - - latest - - '1.0.1' - - '1.0' # - name: publish