Skip to content

Commit

Permalink
restore harbor
Browse files Browse the repository at this point in the history
  • Loading branch information
nusantara-self committed Feb 6, 2024
1 parent 1aa9f7c commit 2eec9bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,9 @@ def main():
args.registry.append(registry)

for registry_string in args.registry_harbor:
# registry = Harbor(args.docker_client, registry_string)
# registry.login()
# args.registry.append(registry)
print("Harbor - do nothing")
registry = Harbor(args.docker_client, registry_string)
registry.login()
args.registry.append(registry)

if args.workers is None:
args.workers = listdir(args.worker_path)
Expand Down

0 comments on commit 2eec9bb

Please sign in to comment.