Skip to content

Commit 855e162

Browse files
committed
Add Opsgenie heartbeat to Github workflow
1 parent e72cb0e commit 855e162

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docker.build.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,12 @@ jobs:
8282
push: true
8383
tags: ${{ steps.meta.outputs.tags }}
8484
labels: ${{ steps.meta.outputs.labels }}
85+
86+
- name: Send mail for Opsgenie heartbeat
87+
uses: dawidd6/action-send-mail@v3
88+
with:
89+
connection_url: ${{secrets.OPSGENIE_HEARTBEAT_MAIL_CREDENTIALS}}
90+
subject: Github Actions heartbeat ping
91+
92+
from: Github Actions <[email protected]>
93+
body: Build job of ${{github.repository}} completed successfully!

0 commit comments

Comments
 (0)