|
|
@ -46,3 +46,8 @@ jobs:
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
build-args: VERSION=docker-${{ steps.meta.outputs.tags }}
|
|
|
|
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}}"}'
|
|
|
|