go-ddns-svc/.drone.yml

16 lines
265 B
YAML
Raw Normal View History

2019-05-03 13:54:27 +00:00
kind: pipeline
name: default
2019-05-03 13:57:20 +00:00
steps:
2019-05-03 13:56:06 +00:00
- name: 'build image'
image: plugins/docker
2019-05-03 13:54:27 +00:00
settings:
registry: docker.mtfos.xyz
repo: docker.mtfos.xyz/mtfos/aws-ddns
tags:
- latest
- ${DRONE_COMMIT}
trigger:
branch:
- master