Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 05:04
· 19 commits to main since this release

Enhancements

  • Added multithreading (with a customizable worker thread count with --max-workers. Default = 2) so that multiple pull/push operations occur in parallel instead of serially as with the previous behavior. Much faster!
  • Only pull a source image if the image does not exist in the destination. Previously the image would be downloaded before checking if a push was required at all.

Bugfixes

  • Present the input file as a required argument in --help.

Housekeeping

  • pre-commit-config updates.