deployment/docker: do not publish lts releases with the latest tag at DockerHub

This should prevent from overwriting the real `latest` images published
from the latest releases of VictoriaMetrics
This commit is contained in:
Aliaksandr Valialkin 2022-12-20 12:32:59 -08:00
parent 715444c034
commit d7d34515c5
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -74,7 +74,6 @@ publish-via-docker: \
--build-arg root_image=$(ROOT_IMAGE) \
--build-arg APP_NAME=$(APP_NAME) \
--tag $(DOCKER_NAMESPACE)/$(APP_NAME):$(PKG_TAG)$(RACE) \
--tag $(DOCKER_NAMESPACE)/$(APP_NAME):latest$(RACE) \
-o type=image \
-f app/$(APP_NAME)/multiarch/Dockerfile \
--push \