description:Allows you to copy a Docker image from a source container registry to a destination container registry.
longDescription:|-
In case you want to pull an existing image from a remote container registry, a source image and source registry needs to be specified.<br />
This makes it possible to move an image from one registry to another.
The imagePushToRegistry is not similar in functionality to containerPushToRegistry (which is currently a groovy based step and only be used in jenkins).
Currently the imagePushToRegistry only supports copying a local image or image from source remote registry to destination registry.
Defines the names of the images that will be pushed to the target registry. If empty, names of sourceImages will be used.
Please ensure that targetImages and sourceImages correspond to each other:the first image in sourceImages should be mapped to the first image in the targetImages parameter.
Defines the names of the images that will be pulled from source registry. This is helpful for moving images from one location to another.
Please ensure that targetImages and sourceImages correspond to each other:the first image in sourceImages should be mapped to the first image in the targetImages parameter.
description:Path to the file `.docker/config.json` - this is typically provided by your CI/CD system. You can find more details about the Docker credentials in the [Docker documentation](https://docs.docker.com/engine/reference/commandline/login/).
description:"If the `localDockerImagePath` is a directory, it will be read as an OCI image layout. Otherwise, `localDockerImagePath` is assumed to be a docker-style tarball."
description:Specifies the targetArchitecture in the form os/arch[/variant][:osversion] (e.g. linux/amd64). All OS and architectures of the specified image will be copied if it is a multi-platform image. To only push a single platform to the target registry use this parameter