Update nightly-docker.yml (#295)

Added discord notification action to nightly-docker workflow.

https://github.com/marketplace/actions/discord-webhook-notify
This commit is contained in:
Robbie Davis 2021-06-08 14:54:52 -04:00 committed by GitHub
parent 560b0c9cb5
commit b61da7eb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,3 +61,12 @@ jobs:
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
- name: Notify Discord
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
description:
details: 'https://hub.docker.com/r/kizaing/kavita/tags?page=1&ordering=last_updated'
text: A new nightly build has been released for docker.
webhookUrl: ${{ secrets.DISCORD_DOCKER_UPDATE_URL }}