docker / metadata-action

GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker
https://github.com/marketplace/actions/docker-metadata-action
Apache License 2.0
892 stars 115 forks source link

fix: correct pattern examples #434

Open anbraten opened 2 months ago

anbraten commented 2 months ago

The samples provided for the match patterns mainly used \d. where . is treated as the regex wildcard instead of the expected dot char. In addition semver versions with a version part >9 were not correctly extracted by those examples.