mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
chore: update docker image
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user