dddd
This commit is contained in:
parent
0ba294e364
commit
ff7ccb059b
1 changed files with 7 additions and 0 deletions
|
@ -59,3 +59,10 @@ jobs:
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: "registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}:latest,registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.extract_branch.outputs.REPO_BRANCH }}"
|
tags: "registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}:latest,registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.extract_branch.outputs.REPO_BRANCH }}"
|
||||||
|
|
||||||
|
notify:
|
||||||
|
steps:
|
||||||
|
- name: Send notification
|
||||||
|
if: failure()
|
||||||
|
shell: bash
|
||||||
|
run: echo test | mail -s tests michael.grote@posteo.de
|
||||||
|
|
Loading…
Reference in a new issue