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 +