ci: send always notification
This commit is contained in:
parent
b751cc4db2
commit
9af12c71c4
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
# cli-args: "shell.sh"
|
# cli-args: "shell.sh"
|
||||||
- name: Send notification on error
|
- name: Send notification on error
|
||||||
uses: dawidd6/action-send-mail@v3
|
uses: dawidd6/action-send-mail@v3
|
||||||
if: failure()
|
if: always()
|
||||||
with:
|
with:
|
||||||
connection_url: smtp://docker10.mgrote.net:1025
|
connection_url: smtp://docker10.mgrote.net:1025
|
||||||
secure: false
|
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 }}"
|
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
|
- name: Send notification on error
|
||||||
uses: dawidd6/action-send-mail@v3
|
uses: dawidd6/action-send-mail@v3
|
||||||
if: failure()
|
if: always()
|
||||||
with:
|
with:
|
||||||
connection_url: smtp://docker10.mgrote.net:1025
|
connection_url: smtp://docker10.mgrote.net:1025
|
||||||
secure: false
|
secure: false
|
||||||
|
|
Loading…
Reference in a new issue