diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1983ba9..cdc0e1f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -62,9 +62,6 @@ 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 on error uses: dawidd6/action-send-mail@v3 if: failure()