removed mail settings
release-tag / build and push (push) Successful in 56s

This commit is contained in:
2024-08-19 11:03:51 +02:00
parent 730af32312
commit 9bcad500d0
-16
View File
@@ -40,19 +40,3 @@ jobs:
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 }}