hassio-auto-backup/.drone.yml

24 lines
484 B
YAML
Raw Normal View History

2021-09-14 13:30:49 +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-auto-backup
tags:
- latest
2021-09-28 09:48:38 +00:00
- ${DRONE_TAG}
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
force_tag: true
2021-09-14 13:30:49 +00:00
username:
from_secret: docker_username
trigger:
event:
- tag