diff --git a/Dockerfile b/Dockerfile index 386a71e..2fbd8a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10.1 -LABEL "com.github.actions.name"="ZIP" +LABEL "com.github.actions.name"="Create Zip File" LABEL "com.github.actions.description"="Create a zip file containing specific files from your repository" LABEL "com.github.actions.icon"="folder-plus" LABEL "com.github.actions.color"="gray-dark"