This commit is contained in:
@@ -39,20 +39,4 @@ jobs:
|
||||
push: true
|
||||
tags: | # replace it with your local IP and tags
|
||||
harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
||||
harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
||||
- name: Send mail
|
||||
if: always()
|
||||
uses: dawidd6/action-send-mail@v3
|
||||
with:
|
||||
server_address: mail.solusar.de
|
||||
server_port: 587
|
||||
secure: true
|
||||
username: ${{ secrets.MAIL_USER }}
|
||||
password: ${{ secrets.MAIL_PASS }}
|
||||
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 }}
|
||||
harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
||||
Reference in New Issue
Block a user