aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows/build.yaml')
-rw-r--r--.gitea/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml
index 975fda0..7da91be 100644
--- a/.gitea/workflows/build.yaml
+++ b/.gitea/workflows/build.yaml
@@ -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