Compare commits
No commits in common. "12bc6581970709bcfc9b31ac8f8b9c8c60fedfc5" and "21acba74908ee6f870d9ce71b7130a7a5e2282e8" have entirely different histories.
12bc658197
...
21acba7490
@ -87,15 +87,6 @@ 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,21 +45,6 @@ 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