Revert "Update Dockerfile"

This reverts commit dfb865e7d2.
This commit is contained in:
Tobias Løfgren 2020-06-29 16:05:31 +02:00
parent dfb865e7d2
commit 5e4852e17f

View file

@ -2,12 +2,12 @@ FROM ruby:2.7-alpine
LABEL "com.github.actions.name"="Comment on PR"
LABEL "com.github.actions.description"="Leaves a comment on an open PR matching a push event."
LABEL "com.github.actions.repository"="https://github.com/Wine-Dark-Sea/comment-on-pr"
LABEL "com.github.actions.maintainer"="Tobias Løfgren <tobias@winedarksea.co.uk>"
LABEL "com.github.actions.repository"="https://github.com/unsplash/comment-on-pr"
LABEL "com.github.actions.maintainer"="Aaron Klaassen <aaron@unsplash.com>"
LABEL "com.github.actions.icon"="message-square"
LABEL "com.github.actions.color"="blue"
RUN gem install octokit
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]