add invoke Portainer Stack Deloyment update
Build and Push Docker Container / build-and-push (push) Successful in 4m56s

This commit is contained in:
GitHub Actions
2026-03-10 07:58:17 +01:00
parent 58ad820cdc
commit 88ffdd3139
+6
View File
@@ -38,3 +38,9 @@ jobs:
platforms: linux/amd64
build-args: |
VERSION=${{ env.VERSION }}
- name: Invoke Portainer Stack Deployment
if: ${{ vars.PORTAINER_STACK_WEBHOOK_URL && vars.PORTAINER_STACK_WEBHOOK_URL != '' }}
uses: distributhor/workflow-webhook@v3
with:
webhook_url: ${{ vars.PORTAINER_STACK_WEBHOOK_URL }}