From 11eac4982bb3c5c915ae2f63f20a342d14b18c45 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 17 Feb 2019 16:58:22 +0800 Subject: [PATCH] fix: author homepage. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dd9b39e..1ce0f75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ LABEL "com.github.actions.description"="Sending a Telegram message" LABEL "com.github.actions.icon"="message-square" LABEL "com.github.actions.color"="blue" -LABEL "repository"="https://github.com/telegram-action" -LABEL "homepage"="https://github.com/appleboy/telegram-action" +LABEL "repository"="https://github.com/appleboy/telegram-action" +LABEL "homepage"="https://github.com/appleboy" LABEL "maintainer"="Bo-Yi Wu " LABEL "version"="0.0.2"