I am currently copying images by adding a new tag:
gcrane cp europe-west3-docker.pkg.dev/project-a/a-registry/main:latest europe-west3-docker.pkg.dev/project-b/b-registry/main:newTag
Is it possible to add multiple tags to the target? So that in project-b my main has eg. tags: newTag, newTag1, newTag2?