diff --git a/containers/docker/Makefile b/containers/docker/Makefile index 421ba9137687111542ce39d55a565bee776c027e..ae0e0a4aca9ee0977e8d512d5cdc6d2610a2d4d6 100644 --- a/containers/docker/Makefile +++ b/containers/docker/Makefile @@ -59,6 +59,7 @@ tag-latest: ## Generate container `{version}` tag docker tag $(APP_NAME) $(REPO)/$(APP_NAME):latest docker tag $(APP_NAME) $(GL_GROUP)/$(APP_NAME):latest docker tag $(APP_NAME) $(GL_REG_GROUP)/$(APP_NAME):latest + docker tag $(APP_NAME) $(REG_NAME)/$(GL_GROUP)/$(APP_NAME):latest docker tag $(APP_NAME) $(REG_NAME)/$(REPO)/$(APP_NAME):latest #docker tag $(APP_NAME) $(REPO)/$(APP_NAME):$(VERSION) #docker tag $(APP_NAME) $(GL_GROUP)/$(APP_NAME):$(VERSION)