Skip to content

Commit 6d7f0c1

Browse files
committed
Remove registry/push_secret link
push_secret should either be configured or not
1 parent 50f75bb commit 6d7f0c1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

binderhub/builder.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -437,11 +437,6 @@ async def get(self, provider_prefix, _unescaped_spec):
437437
# Prepare to build
438438
q = Queue()
439439

440-
# if self.settings["use_registry"] or self.settings["build_docker_config"]:
441-
# push_secret = self.settings["push_secret"]
442-
# else:
443-
# push_secret = None
444-
445440
BuildClass = self.settings.get("build_class")
446441

447442
build = BuildClass(

0 commit comments

Comments
 (0)