hassio-zabbix-agent2/.drone.yml

24 lines
475 B
YAML
Raw Normal View History

2021-09-14 13:54:13 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: build_and_publish
image: plugins/docker:linux-amd64
settings:
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/hassio-zabbix-agent2
tags:
- latest
2021-10-12 13:06:58 +00:00
- ${DRONE_TAG}
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
2021-09-14 13:54:13 +00:00
username:
from_secret: docker_username
trigger:
event:
- tag
- push