diff --git a/Dockerfile b/Dockerfile index 5c08414..0d2270a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN go build -o /src/app -ldflags="-w -s" . FROM gcr.io/distroless/base -LABEL version="1.1.0" +LABEL version="1.1.1" LABEL maintainer="wrench" LABEL repository="https://github.com/EverythingSuckz/github-telegram-notify" LABEL homepage="https://github.com/EverythingSuckz/github-telegram-notify" diff --git a/README.md b/README.md index 9aaf602..c532953 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Github Telegram Notify - -Actions that sends commit updates of a repository to any chat in Telegram +

Github Telegram Notify

+

Actions that sends commit updates of a repository to any chat in Telegram

+

🏪 View on Github Marketplace 🏷️ v1.1.1

## Prerequisites @@ -71,4 +71,4 @@ Also, feel free to open a PR in case of any minor fix and please open an issue f ## License mit -[Licensed under MIT License](https://opensource.org/licenses/MIT) +[Licensed under MIT License](https://opensource.org/licenses/MIT) \ No newline at end of file