Netfloex / Github-Release-Notifier

Triggers webhooks when a Github repo has a new release

Home Page:https://hub.docker.com/r/netfloex/github-release-notifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Release Notifier

version: "3"
services:
    grn:
        image: netfloex/github-release-notifier:v1.0.0
        container_name: grn
        environment:
            GITHUB_TOKEN: **
            REPOSITORIES: |
                Netfloex/Nginx
                Netfloex/Spel
            DISCORD_WEBHOOKS: https://discord.com/api/webhooks/**

About

Triggers webhooks when a Github repo has a new release

https://hub.docker.com/r/netfloex/github-release-notifier

License:MIT License


Languages

Language:TypeScript 94.4%Language:Dockerfile 4.8%Language:Shell 0.8%