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
commit 1c33fba180
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}}'