mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
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:
parent
560b0c9cb5
commit
b61da7eb08
9
.github/workflows/nightly-docker.yml
vendored
9
.github/workflows/nightly-docker.yml
vendored
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user