fix drone
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Paolo Asperti 2021-09-28 11:48:38 +02:00
parent 51bbeb82c1
commit 7ba16f7132
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 3 additions and 2 deletions

View File

@ -12,11 +12,12 @@ steps:
repo: docker.asperti.com/paspo/hassio-auto-backup repo: docker.asperti.com/paspo/hassio-auto-backup
tags: tags:
- latest - latest
- 0.1.2 - ${DRONE_TAG}
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
force_tag: true
username: username:
from_secret: docker_username from_secret: docker_username
trigger: trigger:
event: event:
- tag - tag
- push