1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-11-28 11:22:10 +01:00

add major and minor version tags to docker release flow

This commit is contained in:
RoboMagus 2025-01-30 23:49:22 +01:00 committed by GitHub
parent 630f2957de
commit 35458230a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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