Skip to content

Commit

Permalink
Merge pull request #74 from NERSC/scanon/issue53
Browse files Browse the repository at this point in the history
Fix for issue53
  • Loading branch information
lastephey authored Jun 15, 2023
2 parents f826132 + 8a597f9 commit fa592f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman_hpc/migrate2scratch.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def migrate_image(self, image):
dimg, _ = self.dst.get_img_info(fullname)
if dimg and dimg["id"] != img_info["id"]:
logging.info("Replace previous version")
self.dst.drop_tag(image, dimg["id"])
self.dst.drop_tag(fullname, dimg["id"])

# Copy image info
self._copy_image_info(img_id)
Expand Down

0 comments on commit fa592f3

Please sign in to comment.