add calling of portainer Stack Webhook to update conteiner
Build and Push Docker Container / build-and-push (push) Successful in 1m30s
Build and Push Docker Container / build-and-push (push) Successful in 1m30s
This commit is contained in:
@@ -32,3 +32,9 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ vars.DOCKER_REGISTRY_URL }}/daniel156161/battlesnake:latest
|
tags: ${{ vars.DOCKER_REGISTRY_URL }}/daniel156161/battlesnake:latest
|
||||||
platforms: linux/amd64
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user