test drone deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Paolo Asperti 2021-09-12 20:25:19 +02:00
parent a37feb8dcb
commit 173c769700
Signed by: paspo
GPG Key ID: 06D46905D19D5182
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ steps:
repo: docker.asperti.com/paspo/hassio-docmaster repo: docker.asperti.com/paspo/hassio-docmaster
tags: tags:
- latest - latest
- 0.1.1 - 0.1.2
username: username:
from_secret: docker_username from_secret: docker_username

View File

@ -1,7 +1,8 @@
{ {
"name": "DocMaster", "name": "DocMaster",
"url": "https://git.asperti.com/paspo/hassio-addons", "url": "https://git.asperti.com/paspo/hassio-addons",
"version": "0.1.1", "image": "docker.asperti.com/paspo/hassio-docmaster",
"version": "0.1.2",
"slug": "docmaster", "slug": "docmaster",
"description": "document conversion and print", "description": "document conversion and print",
"startup": "services", "startup": "services",