Compare commits
No commits in common. "b2aa15e26efcc8c66c70f69e714a628c8cd5b0f5" and "76279753e3267ffc35e15f2844cb148c4c2cbc3c" have entirely different histories.
b2aa15e26e
...
76279753e3
|
@ -44,16 +44,16 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
- name: Send mail
|
||||
uses: dawidd6/action-send-mail@v3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
server_address: mail.log101.dev
|
||||
server_port: 465
|
||||
secure: true
|
||||
username: ${{secrets.MAIL_USERNAME}}
|
||||
password: ${{secrets.MAIL_PASSWORD}}
|
||||
subject: Github Actions job result
|
||||
to: ffrknerdm@gmail.com
|
||||
from: gitea@log101.dev
|
||||
body: Build job of ${{github.repository}} completed with status ${{ steps.push.outcome }}!
|
||||
- name: Send mail
|
||||
uses: dawidd6/action-send-mail@v3
|
||||
if: $ {{ always() }}
|
||||
with:
|
||||
server_address: mail.log101.dev
|
||||
server_port: 465
|
||||
secure: true
|
||||
username: ${{secrets.MAIL_USERNAME}}
|
||||
password: ${{secrets.MAIL_PASSWORD}}
|
||||
subject: Github Actions job result
|
||||
to: ffrknerdm@gmail.com
|
||||
from: gitea@log101.dev
|
||||
body: Build job of ${{github.repository}} completed with status ${{ jobs.build-and-push-image.status }}!
|
||||
|
|
Loading…
Reference in New Issue
Block a user