mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: add major version tag for Docker images (#2709)
This commit is contained in:
parent
d5dc3866e6
commit
1c33fba180
1 changed files with 2 additions and 1 deletions
|
|
@ -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}}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue