add RegistryImagePutParams descs

This commit is contained in:
LukeBalizet
2022-05-31 11:59:33 -04:00
parent 918f6bc903
commit c5bdc957c1
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
*Optional. Default `false`.* When set to `true` and `version` is specified
automatically bump alias tags for the version. For example, when pushing version
`1.2.3`, push the same image to the following tags:
- `1.2`, if 1.2.3 is the latest version of 1.2.x.
- `1`, if 1.2.3 is the latest version of 1.x.
- `latest`, if 1.2.3 is the latest version overall.
If `variant` is configured as `foo`, push the same image to the following tags:
- `1.2-foo`, if 1.2.3 is the latest version of 1.2.x with `foo`.
- `1-foo`, if 1.2.3 is the latest version of 1.x with `foo`.
- `foo`, if 1.2.3 is the latest version overall for `foo`

View File

@@ -0,0 +1 @@
*Optional.* A version number to use as a tag.