butterrobot/.drone.yml
2020-08-17 12:15:24 +02:00

11 lines
284 B
YAML

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