Skip to content

Commit

Permalink
feat: new name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilshidur committed Jan 14, 2019
1 parent 8e13e98 commit d7aab4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM debian:9.6-slim

LABEL "com.github.actions.name"="Discord"
LABEL "com.github.actions.name"="Actions for Discord"
LABEL "com.github.actions.description"="Outputs a message to Discord."
LABEL "com.github.actions.icon"="message-square"
LABEL "com.github.actions.color"="gray-dark"

LABEL "repository"="https://github.com/Ilshidur/actions"
LABEL "homepage"="https://github.com/Ilshidur/actions/discord"
LABEL "maintainer"="Ilshidur <ilshidur@gmail.com>"
LABEL "version"="0.0.1"
LABEL "version"="0.0.2"

RUN apt-get update && apt-get install -y curl

Expand Down

0 comments on commit d7aab4a

Please sign in to comment.