"the format in which the artifact digest should be printed, can be 'json' or 'yaml'")
"the format in which the artifact digest should be printed, can be 'json' or 'yaml'")
pushArtifactCmd.Flags().BoolVarP(&pushArtifactArgs.debug,"debug","",false,"display logs from underlying library")
pushArtifactCmd.Flags().BoolVarP(&pushArtifactArgs.debug,"debug","",false,"display logs from underlying library")
pushArtifactCmd.Flags().BoolVar(&pushArtifactArgs.reproducible,"reproducible",false,"ensure reproducible image digests by setting the created timestamp to '1970-01-01T00:00:00Z'")