debug mail
release-tag / build and push (push) Failing after 1m15s

This commit is contained in:
2024-08-19 10:56:20 +02:00
parent 8352cf3a86
commit 95b1e8fb73
+9 -8
View File
@@ -42,12 +42,13 @@ jobs:
harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
- name: Send mail
if: always()
uses: https://github.com/dawidd6/action-send-mail@v3
uses: dawidd6/action-send-mail@v3
with:
to: ${{ secrets.MAIL_TO }}
from: Gitea <gitea@hostname>
subject: ${{ gitea.repository }} ${{gitea.workflow}} ${{ job.status }}
priority: high
convert_markdown: true
html_body: |
### Job ${{ job.status }}
connection_url: ${{ secrets.MAIL_CONNECTION }}
to: ${{ secrets.MAIL_TO }}
from: Gitea <gitea@hostname>
subject: ${{ gitea.repository }} ${{gitea.workflow}} ${{ job.status }}
priority: high
convert_markdown: true
html_body: |
### Job ${{ job.status }}