Skip to content

Commit

Permalink
Update action settings. #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
anothrNick committed Aug 30, 2019
1 parent c66e863 commit 6823f6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
@@ -1,10 +1,11 @@
FROM ubuntu:18.04
LABEL "com.github.actions.name"="Github Tag Bump"
LABEL "com.github.actions.description"="Bump and push git tag on merge"
LABEL "com.github.actions.icon"="git-branch"
LABEL "com.github.actions.color"="gray-dark"
LABEL "com.github.actions.icon"="git-merge"
LABEL "com.github.actions.color"="purple"

LABEL "repository"="https://github.com/anothrNick/github-tag-action"
LABEL "homepage"="https://github.com/anothrNick/github-tag-action"
LABEL "maintainer"="Nick Sjostrom"

RUN apt-get update && \
Expand Down
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -46,3 +46,11 @@ Any commit message with `#major`, `#minor`, or `patch` will trigger the respecti
### Credits

[fsaintjacques/semver-tool](https://github.com/fsaintjacques/semver-tool)

### Projects using github-tag-action

A list of projects using github-tag-action for reference.

* [anothrNick/json-tree-service](https://github.com/anothrNick/json-tree-service)

> Access JSON structure with HTTP path parameters as keys/indices to the JSON.

0 comments on commit 6823f6a

Please sign in to comment.