From c94d94aab35c42d6aa3adf336d883e06216ac528 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 16 May 2019 10:07:59 +0800 Subject: [PATCH] bump to 0.0.2 Signed-off-by: Bo-Yi Wu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b928f4f..02631bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL "com.github.actions.color"="gray-dark" LABEL "repository"="https://github.com/appleboy/ssh-action" LABEL "homepage"="https://github.com/appleboy" LABEL "maintainer"="Bo-Yi Wu " -LABEL "version"="0.0.1" +LABEL "version"="0.0.2" ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh