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