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
|
||||
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 }}"
|
||||
|
||||
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