mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
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:
parent
715444c034
commit
d7d34515c5
1 changed files with 0 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue