diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 21b6e78..6de74cd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -59,3 +59,10 @@ jobs: file: ./Dockerfile push: true tags: "registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}:latest,registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.extract_branch.outputs.REPO_BRANCH }}" + + notify: + steps: + - name: Send notification + if: failure() + shell: bash + run: echo test | mail -s tests michael.grote@posteo.de