ci: send always notification
All checks were successful
lint, build and push / lint (push) Successful in 9s
lint, build and push / build (push) Successful in 34s

This commit is contained in:
Michael Grote 2024-09-27 12:36:30 +02:00
parent 2a50623007
commit f44991c3a6

View file

@ -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