We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f65601 commit 442a709Copy full SHA for 442a709
commit0/harness/build.py
@@ -32,10 +32,6 @@ def main(
32
33
client = docker.from_env()
34
build_repo_images(client, specs, num_workers, verbose)
35
- for spec in specs:
36
- image = client.images.get(spec.repo_image_key)
37
- repository, tag = spec.repo_image_tag.split(":")
38
- image.tag(repository, tag)
39
40
41
__all__ = []
0 commit comments