go-ddns-svc/.drone.yml

16 lines
262 B
YAML
Raw Normal View History

2019-05-03 13:54:27 +00:00
kind: pipeline
name: default
setps:
- name: build image
image: plugin/docker
settings:
registry: docker.mtfos.xyz
repo: docker.mtfos.xyz/mtfos/aws-ddns
tags:
- latest
- ${DRONE_COMMIT}
trigger:
branch:
- master