From bedbe468305a0cc924d85a5d43f2f83de3800f9a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 18 Jul 2022 08:08:48 +0000 Subject: [PATCH] notify prod release as well --- .github/workflows/production-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index f6f5abffe..2076895b4 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -31,3 +31,7 @@ jobs: tags: coollabsio/coolify:latest,coollabsio/coolify:${{steps.package-version.outputs.current-version}} cache-from: type=registry,ref=coollabsio/coolify:buildcache cache-to: type=registry,ref=coollabsio/coolify:buildcache,mode=max + - uses: sarisia/actions-status-discord@v1 + if: always() + with: + webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_CHANNEL }}