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 2a36486 commit 616b665Copy full SHA for 616b665
github-ci/src/biocontainersci/ci.py
@@ -242,14 +242,6 @@ def build_manifest(self, f):
242
ammend=True
243
)
244
245
- # Now, local hub:
246
- if self.local_name(f):
247
- local_manifest = docker_whale.manifest.create(
248
- self.local_name(f),
249
- [self.local_name(f), self.local_name(f, is_arm=True)],
250
- ammend=True
251
- )
252
-
253
if hub_manifest:
254
docker_whale.manifest.push(self.dockerhub_name(f), purge=True)
255
docker_whale.manifest.remove(hub_manifest)
0 commit comments