Added .drone.yml file
This commit is contained in:
parent
cd8e552191
commit
e1f5256641
1 changed files with 11 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: Build latest docker image locally
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Build and publish
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: registry.int.fmartingr.network/fmartingr/butterrobot
|
||||||
|
tags: latest
|
||||||
|
registry: registry.int.fmartingr.network
|
||||||
|
dockerfile: docker/Dockerfile
|
Loading…
Add table
Add a link
Reference in a new issue