chore(workflows): allow webhook trigger to continue on error in docker-publish workflow
Publish Docker image / build-and-push (push) Successful in 56s

This commit is contained in:
2026-03-16 00:18:35 +07:00
parent ccd1b15683
commit a5bada97bf
+1
View File
@@ -51,5 +51,6 @@ jobs:
BUILDKIT_INLINE_CACHE=1 BUILDKIT_INLINE_CACHE=1
- name: Trigger container update webhook - name: Trigger container update webhook
continue-on-error: true
run: | run: |
curl -X POST -sS --fail "${{ secrets.portainer_webhook }}" curl -X POST -sS --fail "${{ secrets.portainer_webhook }}"