Adding image tags that follow the semver major and minor versions (e.g., `28`
and `28.3`) for the moby-bin images.
This makes it easier for users to reference the latest build within a
major or minor version series without having to know the exact
minor/patch version.
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
| ... | ... |
@@ -69,6 +69,8 @@ jobs: |
| 69 | 69 |
type=semver,pattern={{version}}
|
| 70 | 70 |
type=ref,event=branch |
| 71 | 71 |
type=ref,event=pr |
| 72 |
+ type=semver,pattern={{major}}
|
|
| 73 |
+ type=semver,pattern={{major}}.{{minor}}
|
|
| 72 | 74 |
- |
| 73 | 75 |
name: Rename meta bake definition file |
| 74 | 76 |
# see https://github.com/docker/metadata-action/issues/381#issuecomment-1918607161 |