GH action send discord wb

This commit is contained in:
Andras Bacsai 2022-07-18 07:58:50 +00:00
parent c28bc786ae
commit 7846bf1bc3

View File

@ -29,3 +29,7 @@ jobs:
tags: coollabsio/coolify:next
cache-from: type=registry,ref=coollabsio/coolify:buildcache-next
cache-to: type=registry,ref=coollabsio/coolify:buildcache-next,mode=max
- uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_CHANNEL }}