add telegram sender to builder
This commit is contained in:
parent
9dc45e84f4
commit
a05e723456
1 changed files with 14 additions and 0 deletions
14
.github/workflows/release_unstable.yml
vendored
14
.github/workflows/release_unstable.yml
vendored
|
@ -40,3 +40,17 @@ jobs:
|
|||
tags: ${{ env.IMAGE_NAME }}
|
||||
build-args: CANAL=${{ env.DOTCLEAR_CANAL }}
|
||||
platforms: linux/386,linux/amd64,linux/arm/V6
|
||||
|
||||
- name: Send Telegram Message Ok
|
||||
uses: appleboy/telegram-action@master
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{toJSON(github)}}
|
||||
with:
|
||||
to: ${{ secrets.TELEGRAM_ID }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
format: markdown
|
||||
message: |
|
||||
Image successfully generated.
|
||||
__Repository:__ *${{github.repository}}
|
||||
__Image:__ ${{ env.IMAGE_NAME }}
|
||||
__Canal:__ ${{ env.DOTCLEAR_CANAL }}
|
Loading…
Reference in a new issue