Skip to content

Commit 442a709

Browse files
committed
Fixed CI issues
1 parent 4f65601 commit 442a709

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

commit0/harness/build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ def main(
3232

3333
client = docker.from_env()
3434
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)
3935

4036

4137
__all__ = []

0 commit comments

Comments
 (0)