ci: stop publishing latest tag (#13245)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2025-03-24 20:23:55 +00:00
committed by GitHub
parent 1df87cdf77
commit 9f9524fbcb
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,6 @@ if is_release:
]
if not prerelease:
image_tags += [
f"{name}:latest",
f"{name}:{version_family}",
]
else: