butterrobot/.drone.yml

12 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