From 7c619372c45c53592d1abd48485a1ba9f1a85fa4 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Apr 2019 23:40:33 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb8eb8c..367f9d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,13 @@ FROM alpine +LABEL "maintainer"="managedkaos" +LABEL "repository"="https://github.com/managedkaos/keyword-releaser" LABEL "com.github.actions.name"="Keyword Releaser" -LABEL "com.github.actions.description"="Creates a release if the keyword is found in commit messages." +LABEL "com.github.actions.description"="Creates a release if a keyword is found in commit messages." LABEL "com.github.actions.icon"="gift" LABEL "com.github.actions.color"="purple" + RUN apk add --no-cache \ bash \ httpie \