From 8a4cb70910320da8a935c2ec1685c0a1dedbaa88 Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Thu, 26 Sep 2019 00:25:28 +0200 Subject: [PATCH] [init]: update name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 726acbc..668e5aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update RUN apt-get -yq install rsync openssh-client # Label -LABEL "com.github.actions.name"="ssh deployments" +LABEL "com.github.actions.name"="ssh deploy" LABEL "com.github.actions.description"="For deploying code over ssh" LABEL "com.github.actions.icon"="truck" LABEL "com.github.actions.color"="green"