export interface DockerReleasePublishSchema {
  dryRun?: boolean;
  quiet?: boolean;
}
