mirror of
https://github.com/docker/metadata-action.git
synced 2026-03-19 16:20:20 +08:00
Merge 4100df91ca into d24d429af2
This commit is contained in:
commit
4049fed18f
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -524,6 +524,10 @@ with the following expressions:
|
||||||
> if specified) as tag because they are updated frequently, and contain many
|
> if specified) as tag because they are updated frequently, and contain many
|
||||||
> breaking changes that are (by the author's design) not yet fit for public
|
> breaking changes that are (by the author's design) not yet fit for public
|
||||||
> consumption.
|
> consumption.
|
||||||
|
>
|
||||||
|
> If you expect to process pre-release versions that prepend or retain a `v` prefix
|
||||||
|
> for the image tag, do not add the prefix in `pattern` (as shown in the table above),
|
||||||
|
> instead add `,prefix=v` which will [avoid inconsistent tag generation][caveat::pre-release-tag].
|
||||||
|
|
||||||
Extended attributes and default values:
|
Extended attributes and default values:
|
||||||
|
|
||||||
|
|
@ -577,6 +581,10 @@ with the following expressions:
|
||||||
> specified) as tag because they are updated frequently, and contain many
|
> specified) as tag because they are updated frequently, and contain many
|
||||||
> breaking changes that are (by the author's design) not yet fit for public
|
> breaking changes that are (by the author's design) not yet fit for public
|
||||||
> consumption.
|
> consumption.
|
||||||
|
>
|
||||||
|
> If you expect to process pre-release versions that prepend or retain a `v` prefix
|
||||||
|
> for the image tag, do not add the prefix in `pattern` (as shown in the table above),
|
||||||
|
> instead add `,prefix=v` which will [avoid inconsistent tag generation][caveat::pre-release-tag].
|
||||||
|
|
||||||
Extended attributes and default values:
|
Extended attributes and default values:
|
||||||
|
|
||||||
|
|
@ -1043,3 +1051,5 @@ More information about annotations in the [BuildKit documentation](https://githu
|
||||||
|
|
||||||
Want to contribute? Awesome! You can find information about contributing to
|
Want to contribute? Awesome! You can find information about contributing to
|
||||||
this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
|
this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
|
||||||
|
|
||||||
|
[caveat::pre-release-tag]: https://github.com/docker/metadata-action/issues/422#issuecomment-3797351389
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue