mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-30 15:22:07 +00:00
deployment/docker/Makefile: do not overwrite latest
tag when pushing Docker images for LTS release
The `latest` tag is reserved for the latest release
This commit is contained in:
parent
d2c1515e86
commit
7e9112da50
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,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_TAG)$(RACE) \
|
||||
-o type=image \
|
||||
-f app/$(APP_NAME)/multiarch/Dockerfile \
|
||||
--push \
|
||||
|
|
Loading…
Reference in a new issue