Skip to content

Commit

Permalink
Merge pull request #167 from nyoungstudios/master
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Sep 11, 2022
2 parents 38e273c + 35070b6 commit f5beac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -3,8 +3,8 @@ LABEL "repository"="https://github.com/anothrNick/github-tag-action"
LABEL "homepage"="https://github.com/anothrNick/github-tag-action"
LABEL "maintainer"="Nick Sjostrom"

COPY entrypoint.sh /entrypoint.sh

RUN apk update && apk add bash git curl jq && npm install -g semver

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit f5beac7

Please sign in to comment.