@@ -42,12 +42,13 @@ jobs:
|
|||||||
harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
||||||
- name: Send mail
|
- name: Send mail
|
||||||
if: always()
|
if: always()
|
||||||
uses: https://github.com/dawidd6/action-send-mail@v3
|
uses: dawidd6/action-send-mail@v3
|
||||||
with:
|
with:
|
||||||
to: ${{ secrets.MAIL_TO }}
|
connection_url: ${{ secrets.MAIL_CONNECTION }}
|
||||||
from: Gitea <gitea@hostname>
|
to: ${{ secrets.MAIL_TO }}
|
||||||
subject: ${{ gitea.repository }} ${{gitea.workflow}} ${{ job.status }}
|
from: Gitea <gitea@hostname>
|
||||||
priority: high
|
subject: ${{ gitea.repository }} ${{gitea.workflow}} ${{ job.status }}
|
||||||
convert_markdown: true
|
priority: high
|
||||||
html_body: |
|
convert_markdown: true
|
||||||
### Job ${{ job.status }}
|
html_body: |
|
||||||
|
### Job ${{ job.status }}
|
||||||
Reference in New Issue
Block a user