Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,10 @@ with the following expressions:
> 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
> 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:

Expand Down Expand Up @@ -585,6 +589,10 @@ with the following expressions:
> 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
> 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:

Expand Down Expand Up @@ -1051,3 +1059,5 @@ More information about annotations in the [BuildKit documentation](https://githu

Want to contribute? Awesome! You can find information about contributing to
this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)

[caveat::pre-release-tag]: https://github.com/docker/metadata-action/issues/422#issuecomment-3797351389