From 243ad3dba8e13fe2a879aa7c374d175eeb686667 Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Wed, 25 Sep 2019 23:56:12 +0200 Subject: [PATCH] [init]: update name --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 393fa20..726acbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,10 @@ RUN apt-get -yq install rsync openssh-client LABEL "com.github.actions.name"="ssh deployments" LABEL "com.github.actions.description"="For deploying code over ssh" LABEL "com.github.actions.icon"="truck" -LABEL "com.github.actions.color"="yellow" +LABEL "com.github.actions.color"="green" -LABEL "repository"="http://github.com/easingthemes/ssh-deployments" -LABEL "homepage"="https://github.com/easingthemes/ssh-deployment" +LABEL "repository"="http://github.com/easingthemes/ssh-deploy" +LABEL "homepage"="https://github.com/easingthemes/ssh-deploy" LABEL "maintainer"="Dragan Filipovic " # Copy entrypoint