Skip to content

Commit 616b665

Browse files
authored
Remove local manifest build
1 parent 2a36486 commit 616b665

File tree

1 file changed

+0
-8
lines changed
  • github-ci/src/biocontainersci

1 file changed

+0
-8
lines changed

github-ci/src/biocontainersci/ci.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,6 @@ def build_manifest(self, f):
242242
ammend=True
243243
)
244244

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-
253245
if hub_manifest:
254246
docker_whale.manifest.push(self.dockerhub_name(f), purge=True)
255247
docker_whale.manifest.remove(hub_manifest)

0 commit comments

Comments
 (0)