Skip to content

Commit

Permalink
Add metadata for GitHub Actions registry
Browse files Browse the repository at this point in the history
  • Loading branch information
max committed Jan 13, 2019
1 parent e07d0f1 commit 4890570
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
FROM node:10-slim

LABEL version="1.0.0"
LABEL repository="http://github.com/max/awesome-lint"
LABEL homepage="http://github.com/max/awesome-lint"
LABEL maintainer="Max Schoening <[email protected]>"

LABEL "com.github.actions.name"="GitHub Action for awesome-lint"
LABEL "com.github.actions.description"="Wraps the awesome-lint tool to check awesome lists"
LABEL "com.github.actions.icon"="play"
LABEL "com.github.actions.color"="purple"

RUN npm install -g awesome-lint

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 4890570

Please sign in to comment.