docker-image: do not pull images for manifest
docker manifest create
requires the images that are part of the
manifest to already exist on the registry before you can add them to the
manifest.
To create a manifest, it's therefore not required for the images to be local. So skip polling the images to reduce the amount of work that needs to be done in the manifest job.
Edited by Kevin Daudt