feat: add deployment webhook call to build image workflow
Some checks failed
Build Docker Image / build (push) Failing after 1m16s
Some checks failed
Build Docker Image / build (push) Failing after 1m16s
This commit is contained in:
@@ -62,3 +62,9 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
${{ steps.tag.outputs.registry }}/${{ steps.tag.outputs.repository }}:${{ steps.tag.outputs.tag }}
|
${{ steps.tag.outputs.registry }}/${{ steps.tag.outputs.repository }}:${{ steps.tag.outputs.tag }}
|
||||||
${{ steps.tag.outputs.registry }}/${{ steps.tag.outputs.repository }}:latest
|
${{ steps.tag.outputs.registry }}/${{ steps.tag.outputs.repository }}:latest
|
||||||
|
|
||||||
|
- name: Call deployment webhook
|
||||||
|
if: ${{ secrets.DEPLOYMENT_WEBHOOK != '' }}
|
||||||
|
run: |
|
||||||
|
curl -X POST ${{ secrets.DEPLOYMENT_WEBHOOK }} \
|
||||||
|
-H 'Content-Type: application/json'
|
||||||
|
|||||||
Reference in New Issue
Block a user