From 8a9be3302720d445f917eee02a43a50a914aa9c0 Mon Sep 17 00:00:00 2001 From: Muhammad Farhan Date: Thu, 3 Oct 2024 23:06:15 +0500 Subject: [PATCH] test3 --- .github/workflows/push-registrar-image.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/push-registrar-image.yaml b/.github/workflows/push-registrar-image.yaml index aefb134..b039b86 100644 --- a/.github/workflows/push-registrar-image.yaml +++ b/.github/workflows/push-registrar-image.yaml @@ -49,16 +49,3 @@ jobs: push: true target: dev tags: farhan943/practise:${{ env.TAG }} - - - name: Send failure notification - if: failure() - uses: dawidd6/action-send-mail@v3 - with: - server_address: email-smtp.us-east-1.amazonaws.com - server_port: 465 - username: ${{ secrets.edx_smtp_username }} - password: ${{ secrets.edx_smtp_password }} - subject: Docker image push failed for ${{ env.TAG }} - to: muhammad.farhan@arbisoft.com - from: github-actions - body: Docker image push failed for tag ${{ env.TAG }}! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"