Skip to content

Commit

Permalink
Improve detection of deployment failures
Browse files Browse the repository at this point in the history
  • Loading branch information
devSparkle authored Aug 7, 2024
1 parent bbfed4a commit d6a6911
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ jobs:

steps:
- name: Call Webhook
run: curl -X POST "${{ secrets.PORTAINER_WEBHOOK }}?${{ inputs.DEPLOY_TAG }}=${{ needs.build.outputs.version }}"
uses: newarifrh/portainer-service-webhook@v1
with:
webhook_url: ${{ secrets.PORTAINER_WEBHOOK }}?${{ inputs.DEPLOY_TAG }}=${{ needs.build.outputs.version }}"

0 comments on commit d6a6911

Please sign in to comment.