Container Registry allows image without a process type

Change effective on 24 July 2018

Container Registry now allows pushing an image without specifying a process type in the path.

$ docker push registry.heroku.com/<app>

Previously, the Container Registry required you to push an image with the following schema:

registry.heroku.com/<app>/<process-type>

Specifying the process type in the image name is still supported.