Skip to content

Commit

Permalink
Merge pull request #1 from Chan4077/action-description
Browse files Browse the repository at this point in the history
Add description to GitHub Actions
  • Loading branch information
BryanSchuetz authored Feb 6, 2019
2 parents d26eab6 + 8ea2c8c commit 59c8f5f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ ENV LC_ALL C.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8

LABEL "com.github.actions.name"="Build & Deploy to GitHub Pages"
LABEL "com.github.actions.description"="Builds & deploys the project to GitHub Pages"
LABEL "com.github.actions.icon"="globe"
LABEL "com.github.actions.color"="green"

LABEL "repository"="https://github.com/BryanSchuetz/jekyll-deploy-gh-pages"

ADD entrypoint.sh /entrypoint.sh


Expand Down
7 changes: 7 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ ENV LC_ALL C.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8

LABEL "com.github.actions.name"="Builds to GitHub Pages"
LABEL "com.github.actions.description"="Builds the project to GitHub Pages"
LABEL "com.github.actions.icon"="globe"
LABEL "com.github.actions.color"="green"

LABEL "repository"="https://github.com/BryanSchuetz/jekyll-deploy-gh-pages/tree/master/build"

ADD entrypoint.sh /entrypoint.sh


Expand Down
7 changes: 7 additions & 0 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@

ENTRYPOINT ["/entrypoint.sh"]

LABEL "com.github.actions.name"="Deploys to GitHub Pages"
LABEL "com.github.actions.description"="Deploys the project to GitHub Pages"
LABEL "com.github.actions.icon"="globe"
LABEL "com.github.actions.color"="green"

LABEL "repository"="https://github.com/BryanSchuetz/jekyll-deploy-gh-pages/tree/master/deploy"

0 comments on commit 59c8f5f

Please sign in to comment.