update plugin info

This commit is contained in:
lizheming
2018-01-07 18:09:30 +08:00
parent 738e6ffd52
commit a449906a10
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -5,6 +5,7 @@ author: lizheming
tags: [ notifications, chat ]
repo: lizheming/drone-wechat
logo: wechat.svg
image: lizheming/drone-wechat
---
The Wechat plugin posts build status messages to your account. The below pipeline configuration demonstrates simple usage:
@@ -33,6 +34,11 @@ title
message
: Notification body message, support markdown
# Secret Reference
server\_chan\_key
: SCKEY get from [ServerChan](http://sc.ftqq.com)
# Template Reference
repo.owner
+1 -1
View File
@@ -1,7 +1,7 @@
FROM mhart/alpine-node:8.9.3
LABEL maintainer="lizheming <i@imnerd.org>" \
org.label-schema.name="Drone Telegram Node" \
org.label-schema.name="Drone Wechat Notification" \
org.label-schema.vendor="lizheming" \
org.label-schema.schema-version="1.0"