diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6292b4c4..8602bf27 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -46,3 +46,8 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: VERSION=docker-${{ steps.meta.outputs.tags }} + - name: Notify to Service + uses: muinmomin/webhook-action@v1.0.0 + with: + url: https://tailchat-nightly.moonrailgun.com/api/plugin:com.msgbyte.simplenotify/webhook/callback + data: '{"text": "The new docker images has been push: ${{ steps.meta.outputs.tags }}", "subscribeId": "${{ secrets.NOTIFY_SUB_ID}}"}'