dddd
Some checks failed
lint, build and push / gitleaks (push) Successful in 3s
lint, build and push / hadolint (push) Successful in 3s
lint, build and push / build (push) Failing after 7s
lint, build and push / notify (push) Successful in 1s

This commit is contained in:
Michael Grote 2024-08-30 17:57:54 +02:00
parent 0ba294e364
commit ff7ccb059b

View file

@ -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