mirror of
https://github.com/penpot/penpot.git
synced 2026-08-17 10:18:59 +00:00
🔧 Add notification when a new devenv is published
This commit is contained in:
parent
5a3d5f86af
commit
be92e37af3
10
.github/workflows/build-docker-devenv.yml
vendored
10
.github/workflows/build-docker-devenv.yml
vendored
@ -39,3 +39,13 @@ jobs:
|
|||||||
tags: ${{ env.DOCKER_IMAGE }}:latest
|
tags: ${{ env.DOCKER_IMAGE }}:latest
|
||||||
cache-from: type=registry,ref=${{ env.DOCKER_IMAGE }}:buildcache
|
cache-from: type=registry,ref=${{ env.DOCKER_IMAGE }}:buildcache
|
||||||
cache-to: type=registry,ref=${{ env.DOCKER_IMAGE }}:buildcache,mode=max
|
cache-to: type=registry,ref=${{ env.DOCKER_IMAGE }}:buildcache,mode=max
|
||||||
|
|
||||||
|
- name: Notify Mattermost
|
||||||
|
uses: mattermost/action-mattermost-notify@master
|
||||||
|
with:
|
||||||
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK }}
|
||||||
|
MATTERMOST_CHANNEL: bot-alerts-cicd
|
||||||
|
TEXT: |
|
||||||
|
🚀 *[PENPOT] New devenv available*
|
||||||
|
📄 You may want to update your devenv.
|
||||||
|
@alvaro
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user