From 3f6494430852bf073aa35fc768724f2ab4efb80a Mon Sep 17 00:00:00 2001 From: Nelkir <56031242+Nelkir@users.noreply.github.com> Date: Wed, 18 Jan 2023 11:26:27 +0500 Subject: [PATCH] Update build-on-tag.yml --- .github/workflows/build-on-tag.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-on-tag.yml b/.github/workflows/build-on-tag.yml index c842635..cdc2206 100644 --- a/.github/workflows/build-on-tag.yml +++ b/.github/workflows/build-on-tag.yml @@ -66,3 +66,11 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max + + - name: send telegram message on push + uses: appleboy/telegram-action@master + with: + to: ${{ secrets.TELEGRAM_TO }} + token: ${{ secrets.TELEGRAM_TOKEN }} + message: | + built: ${{ steps.build-and-push.outputs.imageid }}