mirror of
https://github.com/go-acme/lego.git
synced 2026-01-25 05:06:16 +00:00
chore: add major version tag for Docker images (#2709)
This commit is contained in:
committed by
GitHub
parent
d5dc3866e6
commit
1c33fba180
@@ -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}}'
|
||||
|
||||
Reference in New Issue
Block a user