Skip to content

Commit

Permalink
Add LABEL directives to Dockerfile
Browse files Browse the repository at this point in the history
This is so GitHub can detect this is a GitHub Action.
  • Loading branch information
Andrew Nordman committed Jan 17, 2019
1 parent 90b073a commit 9493635
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
FROM ruby:2.6.0

LABEL "name"="Publish to Rubygems"
LABEL "version"="1.0.0"

LABEL "com.github.actions.name"="Publish to Rubygems"
LABEL "com.github.actions.icon"="upload"
LABEL "com.github.actions.color"="red"
LABEL "com.github.actions.description"="Build and publish your gem to Rubygems"

ENV LC_ALL C.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8
Expand Down

0 comments on commit 9493635

Please sign in to comment.