chore: update docker image

This commit is contained in:
Bo-Yi Wu
2019-02-19 23:55:36 +08:00
parent 177c9a4bdc
commit cc9853533f
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -22,3 +22,15 @@ action "Send Default Message" {
"TELEGRAM_TO",
]
}
action "Send photo message" {
uses = "appleboy/telegram-action@master"
secrets = [
"TELEGRAM_TOKEN",
"TELEGRAM_TO",
]
env = {
PHOTO = "tests/github.png"
}
args = "A new commit has been pushed."
}
+1 -1
View File
@@ -1,4 +1,4 @@
FROM appleboy/drone-telegram:1.4.1-linux-amd64
FROM appleboy/drone-telegram:1.4.2-linux-amd64
# Github labels
LABEL "com.github.actions.name"="Telegram Notify"