* Bump version
This commit is contained in:
parent
2965fbf343
commit
65e5907eb7
2 changed files with 15 additions and 1 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
@ -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
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
DOCKER=docker
|
||||
VERSION=2021.04-2
|
||||
VERSION=2021.09-1
|
||||
|
||||
all: build
|
||||
|
||||
|
|
Loading…
Reference in a new issue