Compare commits
3 Commits
21acba7490
...
12bc658197
Author | SHA1 | Date | |
---|---|---|---|
12bc658197 | |||
4aaaec84e2 | |||
f3cfcdc626 |
@ -87,6 +87,15 @@ steps:
|
|||||||
- buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com
|
- buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com
|
||||||
- buildah manifest push --all rss2email:latest docker://registry.hub.docker.com/byterazor/rss2email:latest
|
- buildah manifest push --all rss2email:latest docker://registry.hub.docker.com/byterazor/rss2email:latest
|
||||||
- buildah manifest rm rss2email:latest
|
- buildah manifest rm rss2email:latest
|
||||||
|
- name: push readme
|
||||||
|
image: byterazor/drone-docker-readme-push:latest
|
||||||
|
settings:
|
||||||
|
REPOSITORY_NAME: byterazor/rss2email
|
||||||
|
FILENAME: README.md
|
||||||
|
USERNAME:
|
||||||
|
from_secret: username
|
||||||
|
PASSWORD:
|
||||||
|
from_secret: password
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-amd64
|
- build-amd64
|
||||||
- build-arm64
|
- build-arm64
|
||||||
|
15
README.md
15
README.md
@ -45,6 +45,21 @@ Replace `<registry>` with the name of your Docker registry and `<username>` with
|
|||||||
|
|
||||||
The configuration of rss2email is done via environment variables. You can specify these on the Docker run command line with the `-e` option or define them in an environment variable file and specify that with the `--env-file` option.
|
The configuration of rss2email is done via environment variables. You can specify these on the Docker run command line with the `-e` option or define them in an environment variable file and specify that with the `--env-file` option.
|
||||||
|
|
||||||
|
- `FEEDS` - A list of rssfeed seperated by \n (newline).
|
||||||
|
- `RECIPIENTS` - space separated email addresses to send the emails to
|
||||||
|
|
||||||
|
## Source Repository
|
||||||
|
|
||||||
|
* https://gitea.federationhq.de/Container/rss2email
|
||||||
|
|
||||||
|
## Prebuild Images
|
||||||
|
|
||||||
|
* https://hub.docker.com/repository/docker/byterazor/rss2email/general
|
||||||
|
|
||||||
|
## Authors
|
||||||
|
|
||||||
|
* **Dominik Meyer** - *Initial work*
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||||
|
Loading…
Reference in New Issue
Block a user