chore: add major version tag for Docker images (#2709)

This commit is contained in:
Ludovic Fernandez
2025-11-08 13:38:05 +01:00
committed by GitHub
parent d5dc3866e6
commit 1c33fba180

View File

@@ -90,8 +90,9 @@ dockers_v2:
- linux/arm/v7
tags:
- 'latest'
- '{{ .Tag }}'
- 'v{{ .Major }}'
- 'v{{ .Major }}.{{ .Minor }}'
- '{{ .Tag }}'
labels:
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
'org.opencontainers.image.title': '{{.ProjectName}}'