diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 507f126..21aa797 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 - subject: ${{ gitea.repository }} ${{gitea.workflow}} ${{ job.status }} - priority: high - convert_markdown: true - html_body: | - ### Job ${{ job.status }} \ No newline at end of file + harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} \ No newline at end of file