Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 3, 2024
1 parent 29d0673 commit 8a9be33
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/push-registrar-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
from: github-actions <[email protected]>
body: Docker image push failed for tag ${{ env.TAG }}! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 comments on commit 8a9be33

Please sign in to comment.