From 7846bf1bc34e3db0e946e108f70fb1a9b5b7b25b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 18 Jul 2022 07:58:50 +0000 Subject: [PATCH] GH action send discord wb --- .github/workflows/staging-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/staging-release.yml b/.github/workflows/staging-release.yml index dbd30fec4..dda360f8a 100644 --- a/.github/workflows/staging-release.yml +++ b/.github/workflows/staging-release.yml @@ -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 }}