Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
managedkaos authored Apr 16, 2019
1 parent e7c4df3 commit 7c61937
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 7c61937

Please sign in to comment.