chore(workflows): allow webhook trigger to continue on error in docker-publish workflow
Publish Docker image / build-and-push (push) Successful in 56s
Publish Docker image / build-and-push (push) Successful in 56s
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user