Description
Add major and minor version tags when publishing Docker images. For example, when an image is tagged with 1.2.3, accompanying 1 and 1.2 tags will be updated—or created—to point to this tag.
Benefits
This allows users to pin their Kroki images to a major, or minor, version. For example, using the image, yuzutech/kroki:1, will pull the latest v1 image, equivalent to 1.x.x.
Description
Add major and minor version tags when publishing Docker images. For example, when an image is tagged with
1.2.3, accompanying1and1.2tags will be updated—or created—to point to this tag.Benefits
This allows users to pin their Kroki images to a major, or minor, version. For example, using the image,
yuzutech/kroki:1, will pull the latest v1 image, equivalent to1.x.x.