mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-11-29 19:59:59 +01:00
Merge pull request #1271 from RoboMagus/feat_1174
Add major and minor version tags to docker release flow
This commit is contained in:
commit
521fe791b0
1 changed files with 12 additions and 0 deletions
|
|
@ -197,3 +197,15 @@ docker_manifests:
|
|||
- *arm64v8_image
|
||||
- *armv7_image
|
||||
- *armv6_image
|
||||
- name_template: "binwiederhier/ntfy:v{{ .Major }}"
|
||||
image_templates:
|
||||
- *amd64_image
|
||||
- *arm64v8_image
|
||||
- *armv7_image
|
||||
- *armv6_image
|
||||
- name_template: "binwiederhier/ntfy:v{{ .Major }}.{{ .Minor }}"
|
||||
image_templates:
|
||||
- *amd64_image
|
||||
- *arm64v8_image
|
||||
- *armv7_image
|
||||
- *armv6_image
|
||||
Loading…
Add table
Add a link
Reference in a new issue