diff --git a/README.md b/README.md index a1de7da..d86ac03 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ jobs: ## Outputs `tag` is the tag, which was pushed -`snapshot-tag` is the tag that is generated by the `snapshot`-option and pushed +`snapshot-tag` is the tag that is generated by the [snapshot-option](https://github.com/elgohr/Publish-Docker-Github-Action#snapshot) and pushed ## Optional Arguments @@ -52,7 +52,8 @@ with: ``` ### snapshot -Use `snapshot` to push an additional image, which is tagged with {YEAR}{MONTH}{DAY}{HOUR}{MINUTE}{SECOND}{first 6 digits of the git sha}. +Use `snapshot` to push an additional image, which is tagged with +`{YEAR}{MONTH}{DAY}{HOUR}{MINUTE}{SECOND}{first 6 digits of the git sha}`. The date was inserted to prevent new builds with external dependencies override older builds with the same sha. When you would like to think about versioning images, this might be useful.