From d2129b6c36a8cf9a6318d1b291910c727e1142e2 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 20:57:03 +0200 Subject: [PATCH] dd --- .gitea/workflows/build.yaml | 3 --- 1 file changed, 3 deletions(-) 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()