Compare commits

...

5 Commits

Author SHA1 Message Date
b2aa15e26e Merge branch 'main' of https://git.log101.dev/log101/log101-dot-dev-services into release
All checks were successful
/ build-and-push-image (push) Successful in 43s
2024-06-25 15:13:44 +03:00
a4f1be5fa2 Merge branch 'main' of https://git.log101.dev/log101/log101-dot-dev-services into release
Some checks failed
/ build-and-push-image (push) Has been cancelled
2024-06-25 15:13:24 +03:00
4998c1c279 ci: use step status instead of job
All checks were successful
/ build-and-push-image (push) Successful in 36s
2024-06-13 22:53:31 +03:00
ed3140e247 ci: fix typo
All checks were successful
/ build-and-push-image (push) Successful in 36s
2024-06-13 22:50:02 +03:00
e69a32741c ci: fix deploy script
Some checks failed
/ build-and-push-image (push) Failing after 35s
2024-06-13 21:41:03 +03:00

View File

@ -46,7 +46,7 @@ jobs:
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
@ -56,4 +56,4 @@ jobs:
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 ${{ steps.push.outcome }}!