nerdctl icon indicating copy to clipboard operation
nerdctl copied to clipboard

Support `push --all-tags` to push all tags

Open yashkukrecha opened this issue 2 months ago • 0 comments

This PR adds Docker-compatible --all-tags support and fixes a SOCI regression when pushing multiple tags of the same image.

Key changes:

  • New --all-tags flag for image push
  • SOCI integration fix for multi-tag pushes

Fixes #3751

yashkukrecha avatar Nov 29 '25 18:11 yashkukrecha