sip-recorder/.drone.yml

24 lines
478 B
YAML
Raw Permalink Normal View History

2019-04-28 23:06:25 +00:00
kind: pipeline
2021-12-12 11:42:12 +00:00
type: docker
2019-04-28 23:06:25 +00:00
name: default
steps:
- name: build_and_publish
image: plugins/docker:linux-amd64
settings:
2021-12-12 11:42:12 +00:00
username:
from_secret: docker_username
2019-04-28 23:06:25 +00:00
password:
from_secret: docker_password
2021-12-12 11:42:12 +00:00
registry: docker.asperti.com
repo: docker.asperti.com/paspo/sip-recorder
2019-04-28 23:06:25 +00:00
tags:
- latest
2021-12-12 11:42:12 +00:00
- ${DRONE_TAG}
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
force_tag: true
trigger:
event:
- tag