Skip to content

Commit

Permalink
Update build-on-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelkir authored Jan 18, 2023
1 parent 4424887 commit 3f64944
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3f64944

Please sign in to comment.