mirror of https://github.com/docker/compose.git
Fix release script get_full_version()
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
This commit is contained in:
parent
e806520dc3
commit
1f55b533c4
|
@ -63,7 +63,7 @@ class ImageManager(object):
|
||||||
image=compose_image_base_name,
|
image=compose_image_base_name,
|
||||||
platform=platform
|
platform=platform
|
||||||
))
|
))
|
||||||
full_version = self.get_full_version(self, platform)
|
full_version = self.get_full_version(platform)
|
||||||
build_tag = self.get_runtime_image_tag(platform)
|
build_tag = self.get_runtime_image_tag(platform)
|
||||||
logstream = self.docker_client.build(
|
logstream = self.docker_client.build(
|
||||||
REPO_ROOT,
|
REPO_ROOT,
|
||||||
|
|
Loading…
Reference in New Issue