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 }}