From 65e5907eb70fcfa2bb3e1ca0ed12005b9977c825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Tue, 21 Sep 2021 00:53:02 +0200 Subject: [PATCH] Drone CI build * Bump version --- .drone.yml | 14 ++++++++++++++ Makefile | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..64b46c2 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +type: docker +name: testing + +steps: +- name: build + image: plugins/docker + settings: + dry_run: true + username: + password: + repo: rosti/runtime + tags: + - dev diff --git a/Makefile b/Makefile index 884bafa..5e4f611 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER=docker -VERSION=2021.04-2 +VERSION=2021.09-1 all: build