feat: add deployment webhook call to build image workflow
All checks were successful
Build Docker Image / build (push) Successful in 1m20s

This commit is contained in:
2026-03-02 20:27:05 +01:00
parent e11fd63ebb
commit fc99dc826e

View File

@@ -62,3 +62,9 @@ jobs:
tags: |
${{ steps.tag.outputs.registry }}/${{ steps.tag.outputs.repository }}:${{ steps.tag.outputs.tag }}
${{ steps.tag.outputs.registry }}/${{ steps.tag.outputs.repository }}:latest
- name: Call deployment webhook
if: ${{ secrets.DEPLOYMENT_WEBHOOK != '' }}
run: |
curl -k -X POST ${{ secrets.DEPLOYMENT_WEBHOOK }} \
-H 'Content-Type: application/json'