add calling of portainer Stack Webhook to update conteiner
Build and Push Docker Container / build-and-push (push) Successful in 1m30s

This commit is contained in:
2026-01-06 13:41:06 +01:00
parent 6e74b5fb57
commit 9093ca0512
+6
View File
@@ -32,3 +32,9 @@ jobs:
push: true
tags: ${{ vars.DOCKER_REGISTRY_URL }}/daniel156161/battlesnake:latest
platforms: linux/amd64
- 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 }}