mirror of
https://github.com/docker/compose.git
synced 2025-07-25 06:34:35 +02:00
Merge pull request #6725 from ulyssessouza/fix-release-script
Fix release script get_full_version()
This commit is contained in:
commit
26e1a2dd31
@ -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…
x
Reference in New Issue
Block a user