We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da70c4e + 22dbe23 commit e528bc2Copy full SHA for e528bc2
Dockerfile
@@ -3,7 +3,7 @@ LABEL "repository"="https://github.com/anothrNick/github-tag-action"
3
LABEL "homepage"="https://github.com/anothrNick/github-tag-action"
4
LABEL "maintainer"="Nick Sjostrom"
5
6
-RUN apk --no-cache add bash git curl jq && npm install -g semver
+RUN apk --no-cache add bash git git-lfs curl jq && npm install -g semver
7
8
COPY entrypoint.sh /entrypoint.sh
9
0 commit comments