From b305709c8d0b3b78b450d60f53565b80ae28379a Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 29 Sep 2019 10:36:34 +0800 Subject: [PATCH] chore: remove github action label --- Dockerfile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 02631bf..a214bfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,16 +1,5 @@ FROM appleboy/drone-ssh:1.5.1-linux-amd64 -# Github labels -LABEL "com.github.actions.name"="SSH Commands" -LABEL "com.github.actions.description"="Executing remote ssh commands" -LABEL "com.github.actions.icon"="terminal" -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.2" - ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] +ENTRYPOINT ["/entrypoint.sh"