ci: fix deploy script
Some checks failed
/ build-and-push-image (push) Failing after 35s

This commit is contained in:
log101 2024-06-13 21:41:03 +03:00
parent 5d4e52c1de
commit e69a32741c

View File

@ -44,16 +44,16 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Send mail - name: Send mail
uses: dawidd6/action-send-mail@v3 uses: dawidd6/action-send-mail@v3
if: $ {{ always() }} if: $ {{ always() }}
with: with:
server_address: mail.log101.dev server_address: mail.log101.dev
server_port: 465 server_port: 465
secure: true secure: true
username: ${{secrets.MAIL_USERNAME}} username: ${{secrets.MAIL_USERNAME}}
password: ${{secrets.MAIL_PASSWORD}} password: ${{secrets.MAIL_PASSWORD}}
subject: Github Actions job result subject: Github Actions job result
to: ffrknerdm@gmail.com to: ffrknerdm@gmail.com
from: gitea@log101.dev from: gitea@log101.dev
body: Build job of ${{github.repository}} completed with status ${{ jobs.build-and-push-image.status }}! body: Build job of ${{github.repository}} completed with status ${{ jobs.build-and-push-image.status }}!