Skip to content

Commit

Permalink
Merge pull request #1 from marccampbell/actionblocks
Browse files Browse the repository at this point in the history
Add blocks tooling
  • Loading branch information
marccampbell authored Feb 12, 2019
2 parents 536536c + bdc21c8 commit 2a8d87a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.15.0-stretch
FROM actionblocks/node:8.15.0-stretch

LABEL "com.github.actions.name"="Hugo Broken Link Check"
LABEL "com.github.actions.description"="Looks for broken links in a hugo site"
Expand All @@ -9,6 +9,9 @@ LABEL "repository"="https://github.com/marccampbell/hugo-linkcheck-action"
LABEL "homepage"="http://github.com/marccampbell/hugo-linkcheck-action"
LABEL "maintainer"="Marc Campbell <[email protected]>"

ENV ACTIONBLOCKS_PUBLISHTOKEN "qhTGKj91x3c2Uurvihrfa2Qb"
ENV ACTIONBLOCKS_ENTRYPOINT "/action/entrypoint.sh"

RUN apt-get update -y && apt-get -y --no-install-recommends install hugo && rm -rf /var/lib/apt/lists/*

ENV HUGO_ACTION_COMMENT=false
Expand All @@ -24,4 +27,4 @@ WORKDIR /action

RUN make deps test build

ENTRYPOINT ["/action/entrypoint.sh"]
# ENTRYPOINT ["/action/entrypoint.sh"]

0 comments on commit 2a8d87a

Please sign in to comment.