Skip to content

Commit

Permalink
Removed old GitHub action labels
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-nelson authored Oct 9, 2019
1 parent 1ff2947 commit aa6f934
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
FROM jdkato/vale
RUN apk add --no-cache bash git jq python3 curl && pip3 install requests
LABEL "com.github.actions.name"="vale-lint"
LABEL "com.github.actions.description"="Vale - linter for prose "
LABEL "com.github.actions.icon"="check-circle"
LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/gaurav-nelson/github-action-vale-lint.git"
LABEL "homepage"="https://github.com/gaurav-nelson/github-action-vale-lint"
LABEL "maintainer"="Gaurav Nelson"
ADD entrypoint.sh /entrypoint.sh
COPY /post_message.py /post_message.py
RUN chmod u+x /entrypoint.sh && \
chmod u+x /post_message.py
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit aa6f934

Please sign in to comment.