Description
I did not find either in the documentation of oras or somewhere else. Is there any multi-tagging support?
i.e:
oras push myregistry/artifact:a,b,c
then in my registry following artifacs are available:
myregistry/artifact:a
myregistry/artifact:b
myregistry/artifact:c
I know I can make for each tag a oras push
but the feature might be already there.
Activity