From 92c742bad2a38d31bb7fe8c33f1a5495709135a0 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 21:31:07 +0200 Subject: [PATCH] ci: zeiten randomisiert + badges entfernt --- .gitea/workflows/build.yaml | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 54891f9..8b1af95 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,7 +1,7 @@ name: "lint, build and push" on: schedule: - - cron: "5 3 * * SUN" + - cron: "17 02 * * SUN" push: branches: [ master ] pull_request: diff --git a/README.md b/README.md index dced19b..6c7236a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # docker-postfix -[![status-badge](https://ci.mgrote.net/api/badges/3/status.svg)](https://ci.mgrote.net/repos/3) - Simple Postfix SMTP TLS relay [docker](http://www.docker.com) alpine based image with no local authentication enabled (to be run in a secure LAN). This image is available for the following architectures: @@ -122,4 +120,3 @@ authenticate against the Gmail SMTP server(SMTP_USERNAME), the one on the email ### Debugging If you need troubleshooting the container you can set the environment variable _DEBUG=yes_ for a more verbose output. -