Implements the Docker.Command behaviour for docker push.
Docker.Command
docker push
@type t() :: %Docker.Commands.Push{ all_tags: boolean(), image: String.t(), quiet: boolean() }