notify prod release as well
This commit is contained in:
parent
7846bf1bc3
commit
bedbe46830
1 changed files with 4 additions and 0 deletions
4
.github/workflows/production-release.yml
vendored
4
.github/workflows/production-release.yml
vendored
|
|
@ -31,3 +31,7 @@ jobs:
|
||||||
tags: coollabsio/coolify:latest,coollabsio/coolify:${{steps.package-version.outputs.current-version}}
|
tags: coollabsio/coolify:latest,coollabsio/coolify:${{steps.package-version.outputs.current-version}}
|
||||||
cache-from: type=registry,ref=coollabsio/coolify:buildcache
|
cache-from: type=registry,ref=coollabsio/coolify:buildcache
|
||||||
cache-to: type=registry,ref=coollabsio/coolify:buildcache,mode=max
|
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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue