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 bb9afce commit bcdbe18Copy full SHA for bcdbe18
github-ci/src/biocontainersci/ci.py
@@ -251,14 +251,8 @@ def build_manifest(self, f):
251
)
252
253
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:
+ docker_whale.manifest.push(self.dockerhub_name(f), purge=True)
259
docker_whale.manifest.remove(hub_manifest)
260
261
- docker_whale.manifest.remove(local_manifest)
262
263
'''
264
Execute minimal CI workflow for arm build
0 commit comments