Skip to content

Commit

Permalink
notif
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Nov 1, 2021
1 parent 8e0164f commit 5dd708e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
echo "::set-output name=dev::false"
fi
- name: Discord notification
# if: steps.check-tag.outputs.dev == 'false'
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: '**EnedisGateway2MQTT** : Version **${{ steps.vars.outputs.version }}** is in building state...'

- name: Build and push
uses: docker/build-push-action@v2
if: steps.check-tag.outputs.dev == 'false'
Expand Down

0 comments on commit 5dd708e

Please sign in to comment.