chore: add notify in docker publish

pull/90/head
moonrailgun 2 years ago
parent a2cdb00e8d
commit ba955cf91c

@ -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}}"}'

Loading…
Cancel
Save