Skip to content

Commit bcdbe18

Browse files
authored
Update ci.py
1 parent bb9afce commit bcdbe18

File tree

1 file changed

+1
-7
lines changed
  • github-ci/src/biocontainersci

1 file changed

+1
-7
lines changed

github-ci/src/biocontainersci/ci.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,8 @@ def build_manifest(self, f):
251251
)
252252

253253
if hub_manifest:
254-
docker_whale.manifest.push(hub_manifest)
255-
if local_manifest:
256-
docker_whale.manifest.push(local_manifest)
257-
258-
if hub_manifest:
254+
docker_whale.manifest.push(self.dockerhub_name(f), purge=True)
259255
docker_whale.manifest.remove(hub_manifest)
260-
if local_manifest:
261-
docker_whale.manifest.remove(local_manifest)
262256

263257
'''
264258
Execute minimal CI workflow for arm build

0 commit comments

Comments
 (0)