ci: zeiten randomisiert + badges entfernt
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 15s

This commit is contained in:
Michael Grote 2024-09-02 21:31:07 +02:00
parent 4961d2e83b
commit 92c742bad2
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,7 @@
name: "lint, build and push"
on:
schedule:
- cron: "5 3 * * SUN"
- cron: "17 02 * * SUN"
push:
branches: [ master ]
pull_request:

View file

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