ci: send always notification
This commit is contained in:
parent
57bbabfae5
commit
1d0ae95d59
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
# cli-args: "shell.sh"
|
||||
- name: Send notification on error
|
||||
uses: dawidd6/action-send-mail@v3
|
||||
if: failure()
|
||||
if: always()
|
||||
with:
|
||||
connection_url: smtp://docker10.mgrote.net:1025
|
||||
secure: false
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
tags: "registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}:latest,registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.extract_branch.outputs.REPO_BRANCH }}"
|
||||
- name: Send notification on error
|
||||
uses: dawidd6/action-send-mail@v3
|
||||
if: failure()
|
||||
if: always()
|
||||
with:
|
||||
connection_url: smtp://docker10.mgrote.net:1025
|
||||
secure: false
|
||||
|
|
Loading…
Reference in a new issue